Skip to content

Commit

Permalink
MAT-6728 revert local dev setting
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Mar 26, 2024
1 parent 4674ca1 commit 3d6e916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "nest build",
"precommit": "npm run lint && npm test",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "JWT_SECRET=ThisIsMySecret nest start",
"start:dev": "JWT_SECRET=ThisIsMySecret nest start --watch",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
Expand Down

0 comments on commit 3d6e916

Please sign in to comment.