Implement wiring hardening, runtime API config, smoke tests, and build scripts

This commit is contained in:
Ryan Lancaster
2026-03-17 12:58:43 -04:00
parent a3949c32ee
commit ca46302aff
19 changed files with 2358 additions and 77 deletions

8
.gitignore vendored
View File

@@ -7,3 +7,11 @@ node_modules/
# Database files (live data lives in Docker volume)
backend/db.json
backend/data/
# TLS certificates — never commit private keys
nginx/certs/*.pem
# Environment secrets
.env
.env.local
.env.production.local