mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-05 17:38:33 +02:00
5 lines
141 B
JSON
5 lines
141 B
JSON
{
|
|
"installCommand": "yarn install",
|
|
"buildCommand": "cd ../.. && yarn db:generate && yarn build:landing",
|
|
"outputDirectory": ".next"
|
|
}
|