chore: repo cleanup and prod sync tooling

- Remove stale deploy/docker-entrypoint.sh (Dockerfile copies root version)
- Remove scripts/seed.ts (superseded by seed.mjs)
- Add src/app/error.tsx and global-error.tsx (untracked error boundaries)
- Gitignore deploy/.prod/ for synced production configs
- Add scripts/sync-prod.ps1 to pull compose/env/Caddyfile from valhalla
- Add scripts/apply-compose.ps1 to push compose changes and restart services
This commit is contained in:
ginnoir
2026-06-02 18:51:59 -05:00
parent 31c5805b34
commit cce3bac5b2
5 changed files with 59 additions and 41 deletions
+3
View File
@@ -49,5 +49,8 @@ tests/.auth/
# Backups
deploy/backups/data/
# Production configs synced from server — never commit
deploy/.prod/
# Design handoff bundle (reference only, not committed)
.design-tmp/