books/frontend
Nicolaj Hartmann c4a27f0bac Add frontend environment configuration for API URL injection
- .env.example: Documentation template
- .env.development: Local dev defaults (localhost:5000)
- .env.production: Production defaults (relative /graphql path)
- Updated .gitignore to track non-secret env files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 03:12:45 +01:00
..
src Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
.env.development Add frontend environment configuration for API URL injection 2026-01-18 03:12:45 +01:00
.env.example Add frontend environment configuration for API URL injection 2026-01-18 03:12:45 +01:00
.env.production Add frontend environment configuration for API URL injection 2026-01-18 03:12:45 +01:00
index.html Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
package-lock.json Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
package.json Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
tsconfig.json Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
tsconfig.node.json Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
tsconfig.tsbuildinfo Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
vite.config.ts Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00