@@ -6,31 +6,31 @@ enabled = true
66
77[[activity_wasm ]]
88name = " activity_llm_openai"
9- location.path = " target/wasm32-wasip2/release/activity_llm_openai.wasm"
9+ location.path = " ${OBELISK_TOML_DIR}/ target/wasm32-wasip2/release/activity_llm_openai.wasm"
1010exec.lock_expiry.seconds = 10
1111env_vars = [" OPENAI_API_KEY" ]
1212forward_stdout = " stderr"
1313forward_stderr = " stderr"
1414
1515[[activity_wasm ]]
1616name = " activity_github_impl"
17- location.path = " target/wasm32-wasip2/release/activity_github_impl.wasm"
17+ location.path = " ${OBELISK_TOML_DIR}/ target/wasm32-wasip2/release/activity_github_impl.wasm"
1818env_vars = [" GITHUB_TOKEN" ]
1919exec.lock_expiry.seconds = 5
2020forward_stdout = " stderr"
2121forward_stderr = " stderr"
2222
2323[[activity_wasm ]]
2424name = " activity_db_turso"
25- location.path = " target/wasm32-wasip2/release/activity_db_turso.wasm"
25+ location.path = " ${OBELISK_TOML_DIR}/ target/wasm32-wasip2/release/activity_db_turso.wasm"
2626env_vars = [" TURSO_TOKEN" , " TURSO_LOCATION" ]
2727forward_stdout = " stderr"
2828forward_stderr = " stderr"
2929exec.lock_expiry.seconds = 5
3030
3131[[workflow ]]
3232name = " workflow_go"
33- location.path = " workflow/workflow-go/dist/workflow-go.wasm"
33+ location.path = " ${OBELISK_TOML_DIR}/ workflow/workflow-go/dist/workflow-go.wasm"
3434stub_wasi = true
3535[workflow .backtrace .sources ]
3636"${OBELISK_TOML_DIR}/workflow/workflow-go/main.go" = " ${OBELISK_TOML_DIR}/workflow/workflow-go/main.go"
@@ -44,7 +44,7 @@ listening_addr = "0.0.0.0:9090"
4444
4545[[webhook_endpoint ]]
4646name = " webhook"
47- location.path = " target/wasm32-wasip2/release/webhook.wasm"
47+ location.path = " ${OBELISK_TOML_DIR}/ target/wasm32-wasip2/release/webhook.wasm"
4848http_server = " webhook_server"
4949routes = [{ methods = [" POST" , " GET" ], route = " " }]
5050forward_stdout = " stderr"
0 commit comments