Skip to content

Commit

Permalink
[FIX] remove APM server configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ismoilovdevml committed Oct 28, 2024
1 parent d6a700b commit 060e212
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 558 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--require=elastic-apm-node/start-next.js dotenv-run -- next dev",
"dev": "dotenv-run -- next dev",
"build": "next build",
"start": "NODE_OPTIONS=--require=elastic-apm-node/start-next.js next start",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
Expand All @@ -20,7 +20,6 @@
"axios": "^1.7.7",
"clsx": "^1.2.1",
"core-js": "^3.33.2",
"elastic-apm-node": "^4.5.3",
"formidable": "^2.1.2",
"hls.js": "^1.4.12",
"next": "13.1.5",
Expand Down
Loading

0 comments on commit 060e212

Please sign in to comment.