Files
excalidraw/examples/with-script-in-browser/vercel.json
2025-06-30 12:19:15 +02:00

6 lines
123 B
JSON

{
"outputDirectory": "dist",
"installCommand": "yarn install",
"buildCommand": "yarn build:packages && yarn build"
}