Skip to content

Commit

Permalink
add firebase.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
wp99cp committed Jan 7, 2024
1 parent 0108fdd commit 07a606f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ matraum-app/certificates/localhost.crt
matraum-app/certificates/certificate.cnf
backend/token.json
backend/client_secret.json
*.json
backend/firebase/**
backend/.ipynb_checkpoints/
16 changes: 16 additions & 0 deletions matraum-app/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist/matraum-app",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 07a606f

Please sign in to comment.