gleam-lang/gleam

application_start_module interferes with gleam run -m command

Open

#4771 opened on Jul 11, 2025

View on GitHub
 (15 comments) (0 reactions) (0 assignees)Rust (21,417 stars) (960 forks)batch import
good first issuehelp wanted

Description

When application_start_module is configured in gleam.toml, running a specific module using gleam run -m <module> causes the application start module to interfere.

See discord discussion https://discord.com/channels/768594524158427167/1392886040385032245

Contributor guide