mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 09:48:47 -04:00
12 lines
127 B
Bash
Executable File
12 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
export ENVIRONMENT=dev
|
|
|
|
cd backend/scripts
|
|
|
|
npx tsx clear_firebase.ts
|