Skip to content

Commit

Permalink
Fix firebase project and target name
Browse files Browse the repository at this point in the history
Fix playground name
  • Loading branch information
255kb committed Dec 18, 2023
1 parent c54b7f6 commit 44ce4e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"projects": {
"default": "mockoon-api-playground"
"default": "mockoon-ba3e2"
},
"targets": {
"mockoon-ba3e2": {
"hosting": {
"playground": [
"mockoon-api-playground"
]
}
}
}
}
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"target": "mockoon-api-playground",
"target": "playground",
"public": "public",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
Expand Down

0 comments on commit 44ce4e9

Please sign in to comment.