Files
pojazdownik/firebase.json
T
2022-08-01 00:05:12 +02:00

12 lines
209 B
JSON

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