diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..7cb0c33b --- /dev/null +++ b/vercel.json @@ -0,0 +1,6 @@ +{ + "framework": "nextjs", + "buildCommand": "cd apps/editor && next build", + "outputDirectory": "apps/editor/.next", + "installCommand": "bun install" +} \ No newline at end of file