mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 07:30:16 +03:00
feat: add example
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit",
|
||||
"start:dev": "concurrently -k -n simple,complex -c blue,magenta \"npm:dev:simple\" \"npm:dev:complex\"",
|
||||
"dev:simple": "nest start --watch --entryFile apps/simple/main",
|
||||
"dev:complex": "nest start --watch --entryFile apps/complex/main",
|
||||
"dev:simple": "nest start --watch --path tsconfig.build.json --entryFile apps/simple/main",
|
||||
"dev:complex": "nest start --watch --path tsconfig.build.json --entryFile apps/complex/main",
|
||||
"start:simple": "node dist/apps/simple/main.js",
|
||||
"start:complex": "node dist/apps/complex/main.js",
|
||||
"openapi:generate": "npm run build && node dist/scripts/generate-openapi.js",
|
||||
|
||||
Reference in New Issue
Block a user