Oill_split / frontend /vercel.json
Utkarshres32's picture
Fix syntax error in vercel.json
a02cb2d
raw
history blame contribute delete
177 Bytes
{
"version": 2,
"framework": "vite",
"name": "oil-spill-detection-ui",
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDirectory": "dist"
}