Fix: datadpg (#413)

* feat: added datadog

* fix(deps): update dependency yup-locales-ko to v1.2.0

* fix: prevent perm missing

* fix: invalid start script

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Junseo Park 2021-06-04 14:59:25 +09:00 committed by GitHub
parent b781fcef50
commit b17744fa3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"dev": "next dev",
"pre-build": "git init && git submodule init && git submodule update --remote",
"build": "npm run pre-build && next build",
"start": "node --require dd-trace/init next start | (sleep 1; wget http://localhost:3000/api/v2/management/load -O /dev/null)",
"start": "NODE_OPTIONS='--require dd-trace/init' next start | (sleep 1; wget http://localhost:3000/api/v2/management/load -O /dev/null)",
"lint": "eslint --ext ts,tsx .",
"prettier": "prettier --write **/*",
"lint:fix": "eslint --ext ts,tsx . --fix",