Refactor code structure for improved readability and maintainability
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
"scripts": {
|
||||
"build": "nest build",
|
||||
"start": "node dist/main",
|
||||
"start:dev": "nest start --watch"
|
||||
"start:dev": "nest start --watch",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"audit:high": "npm audit --audit-level=high",
|
||||
"quality:ci": "npm run typecheck && npm run build && npm run audit:high"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/common": "^11.1.19",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user