Skip to content

Commit c449212

Browse files
authored
Merge pull request #552 from Shopify/alessandro/remove-ui-paths
Remove unused ui.paths from configuration
2 parents f3da5e8 + 80ea451 commit c449212

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

checkout/javascript/cart-checkout-validation/default/shopify.extension.toml.liquid

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ description = "t:description"
1616
command = ""
1717
path = "dist/function.wasm"
1818

19-
[extensions.ui.paths]
20-
create = "/"
21-
details = "/"

checkout/rust/cart-checkout-validation/default/shopify.extension.toml.liquid

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ description = "t:description"
1717
path = "target/wasm32-wasi/release/{{handle | replace: " ", "-" | downcase}}.wasm"
1818
watch = [ "src/**/*.rs" ]
1919

20-
[extensions.ui.paths]
21-
create = "/"
22-
details = "/"

checkout/wasm/cart-checkout-validation/default/shopify.extension.toml.liquid

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ description = "t:description"
1717
path = ""
1818
watch = []
1919

20-
[extensions.ui.paths]
21-
create = "/"
22-
details = "/"

0 commit comments

Comments
 (0)