mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
9 lines
260 B
JSON
9 lines
260 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"buildCommand": "cd packages/web && npm run build",
|
|
"outputDirectory": "packages/web/.next",
|
|
"installCommand": "npm install",
|
|
"framework": null,
|
|
"devCommand": "cd packages/web && npm run dev"
|
|
}
|