make more better

This commit is contained in:
Dylan Conway
2025-08-25 17:05:22 -07:00
parent 308a51542e
commit 43e479339e

View File

@@ -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'