We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a678032 commit 4b29a2aCopy full SHA for 4b29a2a
src/runner/lightning.ts
@@ -3,6 +3,9 @@ import Project from "@openfn/project";
3
import { $ } from "bun";
4
import { loadArgs } from "./util";
5
6
+console.log(process.env.OPENFN_RUNNER_ARGS);
7
+console.log(process.env);
8
+
9
const options = loadArgs();
10
11
const lightningPath = options.lng;
0 commit comments