Description
The Nitrogen CLI advertises --config, but the parsed path is never passed to the configuration loader. NitroConfig.current always reads ./nitro.json, so invoking Nitrogen from another directory with --config path/to/nitro.json still fails or uses the wrong project configuration.
Expected behavior
The CLI should load the exact file supplied through --config, while preserving ./nitro.json as the default.
Description
The Nitrogen CLI advertises
--config, but the parsed path is never passed to the configuration loader.NitroConfig.currentalways reads./nitro.json, so invoking Nitrogen from another directory with--config path/to/nitro.jsonstill fails or uses the wrong project configuration.Expected behavior
The CLI should load the exact file supplied through
--config, while preserving./nitro.jsonas the default.