3 Commits

Author SHA1 Message Date
0aa7751356 Fix: Use JSON config files for ESM compatibility
- Replace @simpleworkjs/conf with simple custom loader
- Use JSON config files (base, development, production, secrets)
- Add config.js with ESM-compatible deep merge
- Support env var overrides for critical settings
- Auth disabled in dev mode via development.json
2026-02-25 03:24:27 +00:00
748636591b Refactor: Use @simpleworkjs/conf for configuration
- Replace ENV vars with proper config system
- Add conf/ directory with base, development, production, secrets
- Add secrets.example.js template
- Update .gitignore for secrets.js
- Show environment in startup banner
2026-02-25 03:22:33 +00:00
56933f59d1 Fix: Proxy body serialization and optional chaining syntax 2026-02-25 03:17:28 +00:00