6 lines
154 B
JSON
6 lines
154 B
JSON
{
|
|
"framework": "nextjs",
|
|
"buildCommand": "cd apps/editor && next build",
|
|
"outputDirectory": "apps/editor/.next",
|
|
"installCommand": "bun install"
|
|
} |