Skip to content
Snippets Groups Projects
Unverified Commit 9a09e8c7 authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

fix: Vercel deployment (by including WASM files) (#201)

parent a4a55239
No related branches found
No related tags found
No related merge requests found
---
"create-llama": patch
---
Fix Vercel deployment
{
"experimental": {
"outputFileTracingIncludes": {
"/*": ["./cache/**/*"]
"/*": ["./cache/**/*"],
"/api/**/*": ["./node_modules/**/*.wasm"]
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment