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.
2 parents 572d795 + 231a373 commit fdc964eCopy full SHA for fdc964e
discounts/rust/discount/default/shopify.extension.toml.liquid
@@ -19,8 +19,5 @@ description = "t:description"
19
20
[extensions.build]
21
command = "cargo build --target=wasm32-wasip1 --release"
22
- path = "{{handle | replace: " ", "-" | downcase}}.wasm"
+ path = "target/wasm32-wasip1/release/{{handle | replace: " ", "-" | downcase}}.wasm"
23
watch = [ "src/**/*.rs" ]
24
-
25
- [extensions.ui]
26
- handle = "{{handle}}"
0 commit comments