Habit-Tracker/vercel.json
2024-11-20 19:58:53 -05:00

11 lines
No EOL
183 B
JSON

{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
],
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite"
}