18 lines
280 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|