Skip to content

Commit fecaedd

Browse files
committed
2 parents ace9688 + 7e91072 commit fecaedd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/app-host/.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Vercel pnpm configuration
2+
# Use hoisted node_modules structure instead of symlinks to avoid Vercel packaging errors.
3+
node-linker=hoisted

examples/app-host/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"framework": "hono",
3+
"framework": null,
44
"installCommand": "cd ../.. && pnpm install",
55
"buildCommand": "bash scripts/build-vercel.sh",
66
"functions": {

0 commit comments

Comments
 (0)