Initial add backend stuff

This commit is contained in:
2026-07-08 15:45:16 -04:00
commit a7964f9410
89 changed files with 25924 additions and 0 deletions

6
appenv/env_production.go Normal file
View File

@@ -0,0 +1,6 @@
//go:build production
package appenv
// Selected by `-tags production`. See env_development.go for the full rationale.
const Environment = EnvTypeProduction