From 623ac35b591f64211557df03321bed66545d5982 Mon Sep 17 00:00:00 2001 From: CeciliaLiu8 Date: Thu, 11 Apr 2024 15:32:13 -0500 Subject: [PATCH] MAT-6819 revert local change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0069ef..af3b6ce 100644 --- a/package.json +++ b/package.json @@ -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",