diff options
author | 2021-10-07 21:29:16 -0700 | |
---|---|---|
committer | 2021-10-07 21:29:16 -0700 | |
commit | 5a03dfb9a4f00adb811988a4522221ee065ea180 (patch) | |
tree | b7c9bab6094ca6afe15e1d3378415e427679a274 /src/api/schema.peechy | |
parent | fa1aa301e8827a453e07b671c03e870c564679a1 (diff) | |
download | bun-5a03dfb9a4f00adb811988a4522221ee065ea180.tar.gz bun-5a03dfb9a4f00adb811988a4522221ee065ea180.tar.zst bun-5a03dfb9a4f00adb811988a4522221ee065ea180.zip |
Schema
Diffstat (limited to 'src/api/schema.peechy')
-rw-r--r-- | src/api/schema.peechy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/schema.peechy b/src/api/schema.peechy index 9087e88e7..15bb279f4 100644 --- a/src/api/schema.peechy +++ b/src/api/schema.peechy @@ -339,6 +339,8 @@ message TransformOptions { bool no_summary = 23; bool disable_hmr = 24; + + uint16 port = 25; } struct FileHandle { |