mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
5 lines
155 B
JSON
5 lines
155 B
JSON
{
|
|
"installCommand": "yarn install",
|
|
"buildCommand": "cd ../.. && yarn db:generate && yarn build:web && yarn db:deploy",
|
|
"outputDirectory": ".next"
|
|
}
|