7 lines
191 B
JSON
7 lines
191 B
JSON
{
|
|
"framework": "nextjs",
|
|
"installCommand": "yarn install",
|
|
"buildCommand": "turbo run build",
|
|
"outputDirectory": ".next",
|
|
"ignoreCommand": "bash ../../ignore-build-script.sh book"
|
|
} |