flare-floss/vercel.json

7 lines
205 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": null,
"installCommand": "cd viewer && npm ci",
"buildCommand": "cd viewer && npm run build",
"outputDirectory": "viewer/dist"
}