first commit
This commit is contained in:
15
firebase-develop.json
Normal file
15
firebase-develop.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"hosting": [
|
||||
{
|
||||
"site": "iwuzzler-development",
|
||||
"public": "dist/frontend/browser",
|
||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user