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