add logger for node
Showing
lib/api/logger.ts
0 → 100644
... | ... | @@ -9,7 +9,7 @@ |
}, | ||
"scripts": { | ||
"dev": "next dev", | ||
"dev:poa_core": "./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets next dev", | ||
"dev:poa_core": "./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | ||
"build": "next build", | ||
"build:vercel": "./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common next build", | ||
"build:docker": "docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) -t blockscout ./", | ||
... | ... | @@ -41,6 +41,8 @@ |
"next": "12.2.5", | ||
"next-react-svg": "1.1.3", | ||
"node-fetch": "^3.2.9", | ||
"pino-http": "^8.2.1", | ||
"pino-pretty": "^9.1.1", | ||
"react": "18.1.0", | ||
"react-dom": "18.1.0", | ||
"react-hook-form": "^7.33.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment