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 ac6183878..2a86340ad 100644
--- a/src/api/schema.d.ts
+++ b/src/api/schema.d.ts
@@ -710,6 +710,7 @@ export interface BunInstall {
global_dir?: string;
global_bin_dir?: string;
frozen_lockfile?: boolean;
+ exact?: boolean;
}
export interface ClientServerModule {