7 lines
157 B
JSON
7 lines
157 B
JSON
{
|
|
"installCommand": "corepack enable && pnpm install",
|
|
"buildCommand": "pnpm build",
|
|
"outputDirectory": ".output/public",
|
|
"nodeVersion": "22.20.0"
|
|
}
|