Skip to content

Commit fdc964e

Browse files
authored
Merge pull request #604 from Shopify/adjust-toml
Update path and extensions.ui
2 parents 572d795 + 231a373 commit fdc964e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: discounts/rust/discount/default/shopify.extension.toml.liquid

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ description = "t:description"
1919

2020
[extensions.build]
2121
command = "cargo build --target=wasm32-wasip1 --release"
22-
path = "{{handle | replace: " ", "-" | downcase}}.wasm"
22+
path = "target/wasm32-wasip1/release/{{handle | replace: " ", "-" | downcase}}.wasm"
2323
watch = [ "src/**/*.rs" ]
24-
25-
[extensions.ui]
26-
handle = "{{handle}}"

0 commit comments

Comments
 (0)