Skip to content

Commit

Permalink
server: Remove newrelic while starting node app
Browse files Browse the repository at this point in the history
  • Loading branch information
bibekthapa007 committed Sep 22, 2024
1 parent 8853ca2 commit 2b821ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start:dev": "cross-env NODE_ENV=development nodemon",
"start": "node -r newrelic -r ts-node/register/transpile-only -r tsconfig-paths/register dist/src/index.js",
"start": "node -r ts-node/register/transpile-only -r tsconfig-paths/register dist/src/index.js",
"dev": "cross-env NODE_ENV=development nodemon",
"transpile": "tsc",
"clean": "rimraf dist",
Expand Down Expand Up @@ -50,6 +50,7 @@
"eslint-plugin-promise": "^6.0.0",
"nodemon": "^3.0.3",
"prettier": "^3.2.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "*",
"yarn": "^1.22.21"
Expand Down

0 comments on commit 2b821ae

Please sign in to comment.