Skip to content

Commit 7c143e9

Browse files
committed
fix: linting errors for global build command
1 parent 4ced97b commit 7c143e9

File tree

3 files changed

+137
-2
lines changed

3 files changed

+137
-2
lines changed

apps/agent-connector/src/app/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import path from 'path'
1313
import os from 'os'
1414

1515
// Flag to enable/disable metric collection
16-
const ENABLE_METRICS = true
16+
const ENABLE_METRICS = false
1717

1818
// Metrics tracking
1919
const agentMetrics = new Map()

package-lock.json

+133-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
"axios": "1.6.8",
246246
"axios-retry": "^3.8.0",
247247
"bcrypt": "^5.1.1",
248+
"boxen": "^7.1.1",
248249
"bullmq": "4.6.0",
249250
"class-variance-authority": "^0.7.0",
250251
"classnames": "^2.3.2",
@@ -281,6 +282,7 @@
281282
"glob": "10.2.6",
282283
"globby": "^14.0.1",
283284
"handlebars": "4.7.7",
285+
"hast": "^1.0.0",
284286
"ioredis": "^5.3.2",
285287
"jose": "4.14.4",
286288
"jotai": "^2.8.0",
@@ -389,6 +391,7 @@
389391
"unified": "^10.1.2",
390392
"unique-names-generator": "4.7.1",
391393
"unirest": "0.6.0",
394+
"unist-util-visit": "^5.0.0",
392395
"use-debounce": "^10.0.0",
393396
"uuid": "^9.0.0",
394397
"vaul": "^0.9.1",

0 commit comments

Comments
 (0)