Skip to content

Commit 873ca1d

Browse files
committed
chore: disable telemetry
1 parent 0584f38 commit 873ca1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const defaults: UserConfig = {
3131
timeoutMS: 30_000,
3232
},
3333
disabledTools: [],
34+
telemetry: "disabled",
3435
};
3536

3637
export const config = {

0 commit comments

Comments
 (0)