Skip to content

Commit

Permalink
Merge pull request #20 from Saba-Var/feat/firebase_hosting
Browse files Browse the repository at this point in the history
feat: firebase configuration for hosting
  • Loading branch information
Saba-Var authored Sep 28, 2023
2 parents 5839237 + 89c7854 commit 59dfa38
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "pro-noteballs"
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ coverage
*.njsproj
*.sln
*.sw?

.firebase
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 59dfa38

Please sign in to comment.