lustre-labs / dev-tools

Lustre's CLI and development tooling: zero-config dev server, bundling, and scaffolding.
55 stars 17 forks source link

Runtime error if no `version` set in `gleam.toml` #79

Open richard-viney opened 6 days ago

richard-viney commented 6 days ago

The dev tools currently assert the presence of version in the config, but it's not actually mandatory or required for compilation as stated in the comment here:

image

Gleam defaults to a version of 0.1.0 if none is supplied in a project's gleam.toml.