initial server and auth implementation

This commit is contained in:
2025-05-04 23:14:01 +01:00
parent 6840fe515d
commit e1f927ad27
12 changed files with 567 additions and 44 deletions

View File

@@ -6,6 +6,7 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"experimentalDecorators": true,
/* Bundler mode */
"moduleResolution": "bundler",