mirror of
https://github.com/vee1e/flare-floss.git
synced 2026-09-02 10:17:23 +00:00
7 lines
205 B
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"
|
|
}
|