Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Sep 14, 2023
1 parent 9761844 commit eb66c54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
12 changes: 1 addition & 11 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"projects": {
"default": "danielfrg-com"
},
"targets": {
"danielfrg-com": {
"hosting": {
"jupyter-flex": [
"jupyter-flex"
]
}
}
},
"etags": {}
}
}
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
{
"files": ["*.yml"],
"files": ["*.yml", "*.json"],
"options": {
"tabWidth": 2
}
Expand Down
10 changes: 5 additions & 5 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hosting": {
"target": "jupyter-flex",
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
"hosting": {
"site": "jupyter-flex",
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}

0 comments on commit eb66c54

Please sign in to comment.