Skip to content

Commit

Permalink
fix: linting errors for global build command
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Jun 27, 2024
1 parent 4ced97b commit 7c143e9
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/agent-connector/src/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import path from 'path'
import os from 'os'

// Flag to enable/disable metric collection
const ENABLE_METRICS = true
const ENABLE_METRICS = false

// Metrics tracking
const agentMetrics = new Map()
Expand Down
134 changes: 133 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
"axios": "1.6.8",
"axios-retry": "^3.8.0",
"bcrypt": "^5.1.1",
"boxen": "^7.1.1",
"bullmq": "4.6.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -281,6 +282,7 @@
"glob": "10.2.6",
"globby": "^14.0.1",
"handlebars": "4.7.7",
"hast": "^1.0.0",
"ioredis": "^5.3.2",
"jose": "4.14.4",
"jotai": "^2.8.0",
Expand Down Expand Up @@ -389,6 +391,7 @@
"unified": "^10.1.2",
"unique-names-generator": "4.7.1",
"unirest": "0.6.0",
"unist-util-visit": "^5.0.0",
"use-debounce": "^10.0.0",
"uuid": "^9.0.0",
"vaul": "^0.9.1",
Expand Down

0 comments on commit 7c143e9

Please sign in to comment.