10 lines
270 B
JSON
10 lines
270 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"cleanUrls": true,
|
|
"trailingSlash": false,
|
|
"buildCommand": "npm run build:external",
|
|
"outputDirectory": "dist",
|
|
"installCommand": "npm ci && npm ci --prefix apps/lab-interactif",
|
|
"framework": "astro"
|
|
}
|