Fixed auth flow and added scaffolding vite config.

This commit is contained in:
SamTV12345 2024-03-24 21:12:58 +01:00
parent 66fc735253
commit 04e4a5eee0
18 changed files with 226 additions and 37 deletions

View file

@ -31,7 +31,8 @@
},
"devDependencies": {
"admin": "workspace:./admin",
"docs": "workspace:./doc"
"docs": "workspace:./doc",
"ui": "workspace:./ui"
},
"engines": {
"node": ">=18.18.2",