Files
Nikolay Pecheniev b9cfca8c48 Initial commit
2026-05-06 14:32:31 +03:00

10 lines
159 B
JSON

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