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

18 lines
283 B
JSON

{
"hosting": {
"predeploy": "npm run build-prod",
"public": "dist/DiscoTrip",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}