diff --git a/iii-config.yaml b/iii-config.yaml index c248173..04d38dc 100644 --- a/iii-config.yaml +++ b/iii-config.yaml @@ -78,6 +78,6 @@ modules: - class: modules::shell::ExecModule config: watch: - - steps/**/*.py + - src/steps/**/*.py exec: - - /opt/bin/uv run python -m motia.cli run --dir steps + - /opt/bin/uv run python -m motia.cli run --dir src/steps