9 Commits

Author SHA1 Message Date
cc 511980887c Auto-detect custom domain from GitHub Pages settings for data URL 2026-04-15 17:23:59 +02:00
cc 1e512f8956 Migrate to Bun + Biome, fix CORS with same-origin data URL
- Replace Node.js/npm with Bun for faster builds
- Replace ESLint with Biome for faster linting
- Use codecolor.ist/entdb-data for data URL (same origin, no CORS)
2026-04-15 17:15:52 +02:00
cc 53aeb562b7 Fetch data from separate GitHub Pages instead of bundling
- Add NEXT_PUBLIC_DATA_URL env var pointing to entdb-data Pages
- Refactor env.ts: dataURL, withBase (cleaner naming)
- Remove data download step from build workflow
2026-04-15 17:10:29 +02:00
cc c16a8e9f4d Remove WASM SQLite engine and skip database download
KV backend is now the only data source - no need for SQLite.
2026-04-14 16:58:11 +02:00
codecolorist 32c2b01062 Fix authenticated data release downloads in CI 2026-04-14 13:28:18 +00:00
codecolorist 02ce7ac7e8 Make build workflow resilient when Pages is not configured 2026-04-14 11:53:35 +00:00
codecolorist 999b323bf8 Fix CI by enabling Pages during build workflow setup 2026-04-14 11:44:19 +00:00
codecolorist 656ec39dc9 Fix build/lint issues and support cross-repo dispatch trigger 2026-04-14 11:40:15 +00:00
cc 0f0a3ab28e initial: refactor web frontend from monorepo with WASM SQLite3 engine 2026-04-10 20:08:02 +00:00