feat: correlate server errors and monitor application health
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
"test:coverage": "bun test --coverage",
|
||||
"test:smoke": "bun run build && bun scripts/api-smoke.ts",
|
||||
"db:backup": "NODE_ENV=production bun --env-file=.env --env-file=.env.production scripts/backup.ts",
|
||||
"db:restore": "bun scripts/restore.ts"
|
||||
"db:restore": "bun scripts/restore.ts",
|
||||
"monitor": "bun --env-file=.env --env-file=.env.production scripts/monitor.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nivo/calendar": "^0.99.0",
|
||||
|
||||
Reference in New Issue
Block a user