mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 13:02:50 +00:00
14 lines
331 B
JSON
14 lines
331 B
JSON
{
|
|
"name": "@ema-platform/portal",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "apps/portal/src",
|
|
"projectType": "application",
|
|
"targets": {
|
|
"serve": {
|
|
"executor": "@nx/vite:dev-server",
|
|
"options": { "buildTarget": "@ema-platform/portal:build" }
|
|
}
|
|
},
|
|
"tags": []
|
|
}
|