adminpanel login fix

This commit is contained in:
2025-05-16 10:30:02 +03:00
parent 2d382be794
commit 11e46f7352
13 changed files with 174 additions and 406 deletions

View File

@@ -16,8 +16,7 @@
"isolatedModules": true,
"lib": ["DOM", "ESNext"],
"paths": {
"~/*": ["panel/admin/*"],
"@/*": ["panel/auth/*"]
"~/*": ["./panel/*"]
}
},
"exclude": []