reinit repo with sources from zipped dir

This commit is contained in:
Louis
2025-11-21 09:35:47 +01:00
parent 53580dd312
commit a2725828f5
82 changed files with 28056 additions and 0 deletions

25
apps/admin/project.json Normal file
View 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
}
}
}