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

@@ -0,0 +1,12 @@
{
"name": "user-management-host",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "Host wrapper for the user-management module. Owns branding/theme (project.theme.ts / fhc.theme.ts), the Vite build (vite.config.ts), the HTML shell (index.html) and the entry (main.tsx). Consumes the module from ../user-management/src.",
"scripts": {
"dev": "vite --port 4202 --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --port 4202 --host"
}
}