feat: change usermanagement from git submodule to componenet based

This commit is contained in:
mengstabketemaw
2026-06-23 11:10:35 +03:00
parent 9c035e7333
commit f876d57219
34 changed files with 2601 additions and 3622 deletions

View File

@@ -3,16 +3,14 @@
"version": "0.0.1",
"private": true,
"scripts": {
"backoffice": "npm run build:user-management && nx serve @ema-platform/backoffice",
"backoffice": "nx serve @ema-platform/backoffice",
"portal": "nx serve @ema-platform/portal",
"dev:all": "npm run build:user-management && nx run-many -t serve -p @ema-platform/portal @ema-platform/backoffice --parallel=2",
"dev:all": "nx run-many -t serve -p @ema-platform/portal @ema-platform/backoffice --parallel=2",
"build:backoffice": "nx build @ema-platform/backoffice",
"build:portal": "nx build @ema-platform/portal",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test",
"format": "prettier --write .",
"build:user-management": "cd user-management-config && npm run build",
"backoffice:no-build": "nx serve @fhc-platform/backoffice"
"format": "prettier --write ."
},
"dependencies": {
"@daypicker/ethiopic": "^10.0.1",