This commit is contained in:
Benjamin Shafii
2026-03-26 11:26:10 -07:00
parent dddeca8b43
commit 3e2cd73523
5 changed files with 50 additions and 1 deletions

6
scripts/dev-den-local.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
exec "$ROOT_DIR/scripts/dev-web-local.sh" "$@"