7 lines
186 B
JSON
7 lines
186 B
JSON
{
|
|
"framework": "nextjs",
|
|
"buildCommand": "pnpm --filter @originmain/app run build",
|
|
"outputDirectory": "packages/app/.next",
|
|
"installCommand": "pnpm install --frozen-lockfile"
|
|
}
|