File size: 210 Bytes
ffba252
 
 
 
 
 
ee20373
ffba252
 
1
2
3
4
5
6
7
8
9
10
{
  "buildCommand": "npm run build",
  "outputDirectory": "dist",
  "installCommand": "npm install",
  "framework": "vite",
  "rewrites": [
    { "source": "/((?!api/).*)", "destination": "/index.html" }
  ]
}