Development environment functions

This commit is contained in:
geoffsee
2025-08-15 18:59:05 -04:00
commit e289de2bd7
58 changed files with 11955 additions and 0 deletions

5
packages/scripts/dev.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
(cd deploy/dev/cluster && bun run deploy)
(cd deploy/dev/components && bun run deploy)
(cd deploy/dev/configurations && bun run deploy)