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 cc0009e commit 5f7c154Copy full SHA for 5f7c154
order-routing/rust/pickup-point-delivery-option-generators/default/shopify.extension.toml.liquid
@@ -18,7 +18,7 @@ export = "run"
18
19
[extensions.build]
20
command = "cargo build --target=wasm32-wasip1 --release"
21
-path = "target/wasm32-wasip1/release/{{handle | replace: "-", "_" | downcase}}.wasm"
+path = "target/wasm32-wasip1/release/{{handle | replace: " ", "_" | downcase}}.wasm"
22
watch = ["src/**/*.rs"]
23
24
[extensions.ui.paths]
0 commit comments