Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tooling@generator_Project.hrl
Raw

include/lightspeed@tooling@generator_Project.hrl

-record(project, {
app_name :: binary(),
module_name :: binary(),
files_rev :: list(lightspeed@tooling@generator:file()),
features_rev :: list(binary())
}).