aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.d.ts')
-rw-r--r--src/api/schema.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/schema.d.ts b/src/api/schema.d.ts
index 3ec03e213..c481b8fed 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -719,6 +719,7 @@ export interface BunInstall {
global_bin_dir?: string;
frozen_lockfile?: boolean;
exact?: boolean;
+ use_github_api?: boolean;
}
export interface ClientServerModule {