midi-player-demo / vercel.json
Yann
test
78fee96
raw
history blame contribute delete
159 Bytes
{
"builds": [
{
"src": "package.json",
"use": "@vercel/static-build",
"config": { "distDir": "dist" }
}
],
"cleanUrls": true
}