user management

This commit is contained in:
yaschalew
2026-06-13 14:32:26 +03:00
parent 12b6406d23
commit eee7b719b0
592 changed files with 267087 additions and 31 deletions

View File

@@ -5,11 +5,14 @@
"type": "module",
"scripts": {
"dev": "vite --port 5183",
"build": "tsc -b && vite build",
"build": "cd ./user-management-config && npm run build && tsc -b && vite build",
"preview": "vite preview --port 5183",
"lint": "eslint src",
"test": "vitest run",
"type-check": "tsc --noEmit"
"type-check": "tsc --noEmit",
"build:user-management": "cd user-management-config && npm run build",
"backoffice": "npm run build:user-management && nx serve @fhc-platform/backoffice",
"backoffice:no-build": "nx serve @fhc-platform/backoffice"
},
"dependencies": {
"@edr/types": "workspace:*",