25 lines
613 B
JSON
25 lines
613 B
JSON
{
|
|
"name": "@klx/admin",
|
|
"targets": {
|
|
"serve": {
|
|
"continuous": true,
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"options": {
|
|
"cwd": "apps/admin",
|
|
"args": [
|
|
"--node-env=development"
|
|
],
|
|
"env": {},
|
|
"command": "rspack serve"
|
|
},
|
|
"syncGenerators": [
|
|
"@nx/js:typescript-sync"
|
|
],
|
|
"executor": "nx:run-commands",
|
|
"configurations": {},
|
|
"parallelism": true
|
|
}
|
|
}
|
|
} |