Skip to content

Commit 0e7f74f

Browse files
fix: Vercel deployment (by including WASM files)
1 parent 8b89ac5 commit 0e7f74f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/lovely-rockets-ring.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-llama": patch
3+
---
4+
5+
Fix Vercel deployment
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"experimental": {
33
"outputFileTracingIncludes": {
4-
"/*": ["./cache/**/*"]
4+
"/*": ["./cache/**/*"],
5+
"/api/**/*": ["./node_modules/**/*.wasm"]
56
}
67
}
78
}

0 commit comments

Comments
 (0)