16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"hosting": {
|
|
"public": "public",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
},
|
|
"functions": {
|
|
"predeploy": "npm --prefix \"$RESOURCE_DIR\" run build"
|
|
}
|
|
}
|