Skip to content

Commit 231a373

Browse files
committed
Update path and extensions.ui
1 parent 572d795 commit 231a373

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

discounts/rust/discount/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 4 deletions
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)