feat: Add user registration via Web UI

This commit is contained in:
Jesse Wierzbinski 2023-12-08 18:45:36 -10:00
parent 1c295b4d8d
commit d79e718e15
No known key found for this signature in database
12 changed files with 215 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"lib": ["ESNext"],
"lib": ["ESNext", "DOM"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",