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

Commit

Permalink
chore: emulators
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Jul 29, 2024
1 parent 294e1c7 commit 60b3b64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"ui": {
"enabled": true
},
"singleProjectMode": true
"singleProjectMode": true,
"firestore": {
"port": 8080
},
"auth": {
"port": 9099
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check"
"check": "astro check",
"emulators": "firebase emulators:start"
},
"dependencies": {
"@astrojs/check": "^0.5.3",
Expand Down

0 comments on commit 60b3b64

Please sign in to comment.