Added the newrelic runner to the start command

pull/8411/head
Keith Williams 2023-04-20 12:40:50 -03:00
parent a6ea86b334
commit 7c57a3cf2f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"type-check": "tsc --pretty --noEmit",
"type-check:ci": "tsc-absolute --pretty --noEmit",
"build": "next build",
"start": "next start",
"start": "NODE_OPTIONS='-r @newrelic/next' next start",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"lint:report": "eslint . --format json --output-file ../../lint-results/web.json",