mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
13 lines
496 B
JSON
13 lines
496 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|