CAU-NLP-Spring-2019-PQ-Man-.../firebase.json
2019-06-06 17:43:17 +09:00

18 lines
280 B
JSON

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