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

fix: should bundle mongo dependency (#402)

parent 34a26e5e
No related branches found
No related tags found
No related merge requests found
---
"create-llama": patch
---
Fix: Bundle mongo dependency with NextJS
......@@ -106,7 +106,6 @@ const nextConfig = {
...config.resolve.alias,
sharp$: false,
"onnxruntime-node$": false,
mongodb$: false,
};
return config;
},
......
......@@ -106,7 +106,6 @@ const nextConfig = {
...config.resolve.alias,
sharp$: false,
"onnxruntime-node$": false,
mongodb$: false,
};
return config;
},
......
......@@ -6,7 +6,6 @@ const nextConfig = {
...config.resolve.alias,
sharp$: false,
"onnxruntime-node$": false,
mongodb$: false,
};
return config;
},
......
......@@ -8,7 +8,6 @@ const nextConfig = {
...config.resolve.alias,
sharp$: false,
"onnxruntime-node$": false,
mongodb$: false,
};
return config;
},
......
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