Current section
Files
Jump to
Current section
Files
include/esgleam_Config.hrl
-record(config, {
outdir :: binary(),
entry_points :: list(binary()),
format :: esgleam:format(),
minify :: boolean(),
target :: list(binary()),
serve :: gleam@option:option(binary()),
sourcemap :: boolean(),
watch :: boolean(),
raw :: binary()
}).