You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constminify_embedded_js=b.option(bool, "minify-embedded-js", "Minify embedded JS helpers with pure Zig asset processing (default: true)") orelsetrue;
146
146
constminify_written_js=b.option(bool, "minify-written-js", "Minify written JS helper assets with pure Zig asset processing (default: false)") orelsefalse;
147
147
constselected_example=b.option(ExampleChoice, "example", "Example to run with `zig build run` (default: all)") orelse.all;
148
-
construn_mode=b.option([]constu8, "run-mode", "Runtime launch order for examples. Presets: `webview`, `browser` (app-window), `web-tab`, `web-url`. Or ordered tokens (`webview,browser,web-url`, `browser,webview`, etc). Default: webview,browser,web-url") orelse"webview,browser,web-url";
148
+
construn_mode_option=b.option([]constu8, "run-mode", "Runtime launch order for examples. Presets: `webview`, `browser` (app-window), `web-tab`, `web-url`. Or ordered tokens (`webview,browser,web-url`, `browser,webview`, etc). Default: webview,browser,web-url");
0 commit comments