try adding vercel.json

This commit is contained in:
wass08
2026-02-23 07:27:07 +09:00
parent 5edd5e4235
commit 3cf133e832
+6
View File
@@ -0,0 +1,6 @@
{
"framework": "nextjs",
"buildCommand": "cd apps/editor && next build",
"outputDirectory": "apps/editor/.next",
"installCommand": "bun install"
}