reinit repo with sources from zipped dir
This commit is contained in:
25
apps/admin/project.json
Normal file
25
apps/admin/project.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user