CAU-ICT-Spring-2019-Project-1/firebase.json

17 lines
244 B
JSON
Raw Normal View History

2019-05-21 02:00:14 +00:00
{
"hosting": {
"public": "dist/DiscoTrip",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}