mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 09:46:39 +02:00
5 lines
141 B
JSON
5 lines
141 B
JSON
{
|
|
"installCommand": "pnpm install",
|
|
"buildCommand": "cd ../.. && pnpm db:generate && pnpm build:landing",
|
|
"outputDirectory": ".next"
|
|
}
|