try adding vercel.json
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"framework": "nextjs",
|
||||||
|
"buildCommand": "cd apps/editor && next build",
|
||||||
|
"outputDirectory": "apps/editor/.next",
|
||||||
|
"installCommand": "bun install"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user