owltide/server
Hornwitser 1826529bc8
All checks were successful
/ build (push) Successful in 1m27s
/ deploy (push) Has been skipped
Mark /api/events endpoint as uncachable
The content of the events stream is generated live in response to
changes done in the system as they occur.  It therefore can't be
meaningfully cached or stored in any way.  Mark the response as
uncacheable to prevent potential problems with caches.
2025-09-21 23:54:12 +02:00
..
api Mark /api/events endpoint as uncachable 2025-09-21 23:54:12 +02:00
utils Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
database.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00
generate-demo-schedule.ts Add UI to edit and display event notices 2025-09-06 23:54:42 +02:00
streams.ts Fix session-expired event causing events to stop 2025-09-21 22:15:11 +02:00
tsconfig.json Set verbatimModuleSyntax for server code 2025-07-09 18:10:42 +02:00
web-push.ts Use sync access for the temp JSON file database 2025-09-20 23:04:16 +02:00