Skip to content
Snippets Groups Projects
Commit 079a1d5c authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: copy cache folder for vercel deployments

parent b64716d3
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
const nextConfig = { const nextConfig = {
experimental: { experimental: {
serverComponentsExternalPackages: ["llamaindex"], serverComponentsExternalPackages: ["llamaindex"],
outputFileTracingIncludes: {
"/*": ["./cache/**/*"],
},
}, },
}; };
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
const nextConfig = { const nextConfig = {
experimental: { experimental: {
serverComponentsExternalPackages: ["llamaindex"], serverComponentsExternalPackages: ["llamaindex"],
outputFileTracingIncludes: {
"/*": ["./cache/**/*"],
},
}, },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment