diff --git a/src/api/schema.zig b/src/api/schema.zig index b5694f8b39..166212ead7 100644 --- a/src/api/schema.zig +++ b/src/api/schema.zig @@ -1718,12 +1718,15 @@ pub const api = struct { serve_minify_identifiers: ?bool = null, serve_env_behavior: DotEnvBehavior = ._none, serve_env_prefix: ?[]const u8 = null, - env_auto_expand: bool = true, serve_splitting: bool = false, serve_public_path: ?[]const u8 = null, serve_hmr: ?bool = null, serve_define: ?StringMap = null, + // [env] + // autoExpand = false + env_auto_expand: bool = true, + // from --no-addons. null == true allow_addons: ?bool = null, /// from --unhandled-rejections, default is 'bun'