Files
secure-key-gen-react/firebase.json
2023-07-08 13:38:52 +02:00

13 lines
186 B
JSON

{
"hosting": {
"public": "dist",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}