Files
cannabis-dosing/firebase.json
2019-08-31 14:13:06 -07:00

13 lines
210 B
JSON

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