deps-upgrade(backend-api): ⬆️ Update dependencies in backend API to ensure compatibility and security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
508c50deb6
commit
5f2c4df164
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"build": "nest build",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"start": "node dist/main.js",
|
||||
"start:dev": "nest start --watch",
|
||||
"start:dev": "nest build && bun --watch dist/main.js",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "node dist/main.js",
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue