We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e11a0b9 + 8c7af00 commit 7e91072Copy full SHA for 7e91072
examples/app-host/.npmrc
@@ -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
@@ -1,6 +1,6 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
- "framework": "hono",
+ "framework": null,
4
"installCommand": "cd ../.. && pnpm install",
5
"buildCommand": "bash scripts/build-vercel.sh",
6
"functions": {
0 commit comments