Skip to content

Commit

Permalink
Setup Firebase Hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Oct 17, 2023
1 parent 8c30c73 commit c366e72
Show file tree
Hide file tree
Showing 2 changed files with 21 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": "thrax-language-demo"
}
}
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "packages/demo/dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit c366e72

Please sign in to comment.