icl-iot-weather/site/firebase.json
2020-12-21 19:04:20 +00:00

17 lines
235 B
JSON

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