Implement portal frontend for events

This commit is contained in:
Dominic Ferrando
2026-07-17 10:06:53 -04:00
parent a2bc5f7362
commit ed17f4baf8
5 changed files with 261 additions and 10 deletions
+1
View File
@@ -367,3 +367,4 @@ app.listen(3000, async () => {
});
export type API = typeof app
export { type EventStatus } from "./services/events";