Files
Excalidraw/excalidraw/examples/with-script-in-browser/vercel.json
T
Yuzhong Zhang a090ce26cd use submodule
2025-07-08 14:44:24 +08:00

6 lines
123 B
JSON

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