8 lines
197 B
JSON
8 lines
197 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": "astro",
|
|
"buildCommand": "astro build",
|
|
"outputDirectory": "dist",
|
|
"installCommand": "pnpm install --frozen-lockfile"
|
|
}
|