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