diff options
Diffstat (limited to 'src/api/demo/schema.peechy')
-rw-r--r-- | src/api/demo/schema.peechy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/demo/schema.peechy b/src/api/demo/schema.peechy index 09d3c1fac..e495bb9c0 100644 --- a/src/api/demo/schema.peechy +++ b/src/api/demo/schema.peechy @@ -550,4 +550,5 @@ message BunInstall { bool disable_manifest_cache = 16; string global_dir = 17; string global_bin_dir = 18; + string frozen_lockfile = 19; } |