feat: support global variables

This commit is contained in:
2025-02-15 00:10:56 +01:00
parent 074f7caf01
commit e19bf14a43
3 changed files with 112 additions and 2 deletions

View File

@@ -86,6 +86,8 @@ pub async fn execute() -> anyhow::Result<()> {
};
let context = Context { project, plan };
tracing::info!("context: {:+?}", context);
}
Commands::Serve {