mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
make more better
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user