Skip to content

Commit

Permalink
Rolled back app insights preload
Browse files Browse the repository at this point in the history
  • Loading branch information
dooman87 committed Mar 10, 2024
1 parent 6112066 commit 42487fc
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,9 +9,9 @@
"scripts": {
"clean": "rimraf build .next public/_next",
"build:standalone": "npm run clean && dotenv -v STANDALONE_BUILD=true next build && copyfiles package-lock.json public/**/*.* .next/standalone && cd deploy && copyfiles *.* ../.next/standalone && cd ../.next && copyfiles \"static/**/*\" standalone/public/_next && cd standalone && npm ci --production --ignore-scripts && rimraf node_modules/@next/swc-*",
"dev": "cross-env NODE_OPTIONS='--inspect' node --require ./load-appinsights.js node_modules/next/dist/bin/next dev",
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "node --require ./load-appinsights.js node_modules/next/dist/bin/next start",
"start": "next start",
"analyze": "cross-env ANALYZE=true npm run build",
"format-code": "prettier \"pages/**/*.*\" \"components/**/*.*\" \"layouts/**/*.*\" \"config/**/*.*\" --write",
"lint": "eslint --ext .ts,.tsx .",
Expand Down

0 comments on commit 42487fc

Please sign in to comment.