From a183458b30c9f56e674541cb030e9f67313126ec Mon Sep 17 00:00:00 2001 From: clabby Date: Wed, 11 Jun 2025 23:16:47 -0400 Subject: [PATCH] chore(node): Add rollup config env var --- bin/node/src/commands/node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/node/src/commands/node.rs b/bin/node/src/commands/node.rs index 29df39c231..f6317e684e 100644 --- a/bin/node/src/commands/node.rs +++ b/bin/node/src/commands/node.rs @@ -45,7 +45,7 @@ pub struct NodeCommand { pub l2_engine_jwt_secret: Option, /// Path to a custom L2 rollup configuration file /// (overrides the default rollup configuration from the registry) - #[arg(long, visible_alias = "rollup-cfg")] + #[arg(long, visible_alias = "rollup-cfg", env = "KONA_NODE_ROLLUP_CONFIG")] pub l2_config_file: Option, /// Engine kind. #[arg(