owltide/server/api
Hornwitser f69381c44c
Some checks failed
/ build (push) Failing after 28s
/ deploy (push) Has been skipped
Set verbatimModuleSyntax for server code
The nuxi typecheck command complains about type only imports that are
not declared as such, but the VsCode environment does not.  There's
probably a missmatch somewhere in the configuration for Nuxt that I'm
not going to dig into.  Workaround this issue for now by setting the
option in the tsconfig.json file for the server.
2025-07-09 18:10:42 +02:00
..
admin Refactor demo login as an authentication method 2025-07-09 18:01:26 +02:00
auth Set verbatimModuleSyntax for server code 2025-07-09 18:10:42 +02:00
users Refactor sessions to frequently rotate 2025-07-07 22:50:59 +02:00
events.ts Close event streams for expired sessions 2025-07-08 16:13:46 +02:00
schedule.patch.ts Refactor sessions to frequently rotate 2025-07-07 22:50:59 +02:00
schedule.ts Refactor sessions to frequently rotate 2025-07-07 22:50:59 +02:00
subscribe.post.ts Refactor sessions to frequently rotate 2025-07-07 22:50:59 +02:00
unsubscribe.post.ts Refactor sessions to frequently rotate 2025-07-07 22:50:59 +02:00