Phase 0: monorepo skeleton (hub, live-map, api, packages, infra, CI)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Test-only Hono app export. Doesn't bind a port.
|
||||
*/
|
||||
import { buildApp } from './app.js';
|
||||
export const app = buildApp();
|
||||
Reference in New Issue
Block a user