Skip to content
Snippets Groups Projects
Unverified Commit 4ead8e14 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

fix: update nextjs config (#262)

parent 90398400
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"duck-duck-scrape": "^2.2.5", "duck-duck-scrape": "^2.2.5",
"express": "^4.18.2", "express": "^4.18.2",
"llamaindex": "0.5.19", "llamaindex": "0.5.20",
"pdf2json": "3.0.5", "pdf2json": "3.0.5",
"ajv": "^8.12.0", "ajv": "^8.12.0",
"@e2b/code-interpreter": "^0.0.5", "@e2b/code-interpreter": "^0.0.5",
......
{ {
"experimental": { "experimental": {
"outputFileTracingIncludes": { "outputFileTracingIncludes": {
"/*": ["./cache/**/*"], "/*": ["./cache/**/*"]
"/api/**/*": ["./node_modules/**/*.wasm"] },
"outputFileTracingExcludes": {
"/api/files/*": [
".next/**/*",
"node_modules/**/*",
"public/**/*",
"app/**/*"
]
} }
} }
} }
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"duck-duck-scrape": "^2.2.5", "duck-duck-scrape": "^2.2.5",
"formdata-node": "^6.0.3", "formdata-node": "^6.0.3",
"got": "^14.4.1", "got": "^14.4.1",
"llamaindex": "0.5.19", "llamaindex": "0.5.20",
"lucide-react": "^0.294.0", "lucide-react": "^0.294.0",
"next": "^14.2.4", "next": "^14.2.4",
"react": "^18.2.0", "react": "^18.2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment