Files
editor/vercel.json
T
2026-02-23 07:27:07 +09:00

6 lines
154 B
JSON

{
"framework": "nextjs",
"buildCommand": "cd apps/editor && next build",
"outputDirectory": "apps/editor/.next",
"installCommand": "bun install"
}