refactor(server): worker env (#13160)

This commit is contained in:
Jason Rasmussen
2024-10-03 15:28:36 -04:00
committed by GitHub
parent 892a35acb5
commit db1623f43f
10 changed files with 63 additions and 58 deletions

View File

@@ -18,7 +18,6 @@
"check": "tsc --noEmit",
"check:code": "npm run format && npm run lint && npm run check",
"check:all": "npm run check:code && npm run test:cov",
"healthcheck": "node ./dist/utils/healthcheck.js",
"test": "vitest",
"test:watch": "vitest --watch",
"test:cov": "vitest --coverage",