We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93c0ae commit 30e87c2Copy full SHA for 30e87c2
apps/salutations/spin.toml
@@ -14,7 +14,7 @@ component = "hello"
14
source = "../hello-world/main.wasm"
15
allowed_outbound_hosts = []
16
[component.hello.build]
17
-command = "pushd ../hello-world && tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go && popd"
+command = "cd ../hello-world && tinygo build -target=wasi -gc=leaking -no-debug -o main.wasm main.go"
18
watch = ["**/*.go", "go.mod"]
19
20
[[trigger.http]]
0 commit comments