Skip to content

Commit

Permalink
MAT-6819 revert local change
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Apr 11, 2024
1 parent 0b12118 commit 623ac35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "nest build",
"precommit": "npm run lint && npm test",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "JWT_SECRET=ThisIsMySecret nest start",
"start": "nest start",
"start:dev": "ISSUER=\"https://dev-18092578.okta.com/oauth2/default\" CLIENT_ID=\"0oa2fqtaz95fqJqbf5d7\" nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
Expand Down

0 comments on commit 623ac35

Please sign in to comment.