CAU-NLP-Spring-2019-PQ-Man-.../firebase.json

18 lines
280 B
JSON
Raw Normal View History

2019-06-06 08:43:17 +00:00
{
"hosting": {
"predeploy": "npm run build-prod",
"public": "dist/PQ-Man",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}