Skip to content

Commit

Permalink
fix: build error (run-llama#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Apr 16, 2024
1 parent 59abc92 commit b9d4b83
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 111 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ const nextConfig = {
sharp$: false,
"onnxruntime-node$": false,
};
config.resolve.fallback = {
"aws4": false
};
return config;
},
images: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lucide-react": "^0.277.0",
"mermaid": "^10.9.0",
"nanoid": "^5.0.7",
"next": "^13.5.6",
"next": "^14.2.1",
"next-themes": "^0.2.1",
"pdf-parse": "^1.1.1",
"postcss": "8.4.29",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@types/react-dom": "^18.2.25",
"@types/react-katex": "^3.0.4",
"eslint": "^8.57.0",
"eslint-config-next": "13.4.13",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
Expand Down
Loading

0 comments on commit b9d4b83

Please sign in to comment.