feat(api): Hono backend skeleton with /health endpoint and test

This commit is contained in:
Bas van Rossem
2026-06-17 13:35:28 +02:00
parent f83c9a6384
commit 62c8597068
10 changed files with 1323 additions and 9 deletions

2
apps/api/test/setup.ts Normal file
View File

@@ -0,0 +1,2 @@
// Placeholder until Task 3 adds DB migration to the test setup.
export {};