Skip to content

Commit

Permalink
dev: Add dev.sh script for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkaplan committed Aug 6, 2024
1 parent 09a09c0 commit 27126de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -euo pipefail

exec gcloud emulators firestore start --host-port="$FIRESTORE_EMULATOR_HOST"

0 comments on commit 27126de

Please sign in to comment.