feat: build a static event feed from fixtures

Emits exactly the shape GET /api/events.json will serve, so the client can
be developed against real parsed data before the server and database land.
Reads fixtures only, never the network.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This commit is contained in:
Lucas Winther
2026-08-15 00:28:17 +02:00
co-authored by Claude Opus 5
parent 45ad5b39da
commit 5964f4b2fa
2 changed files with 93 additions and 0 deletions
+3
View File
@@ -117,3 +117,6 @@ dist
# runtime data
data/
# build output
public/