diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-14 19:00:54 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-14 19:00:54 +0800 |
commit | 092ab36bc4c2ecdce80082e51386d01cc2d47305 (patch) | |
tree | a1fbf5999acab4a137bb25b4569a5befb3f256c9 /shopify.app.toml |
Minimum to get an app running
The config and HTML files are in this project, so the paths shouldn't be
decided in libshopify.
Diffstat (limited to 'shopify.app.toml')
-rw-r--r-- | shopify.app.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shopify.app.toml b/shopify.app.toml new file mode 100644 index 0000000..7659888 --- /dev/null +++ b/shopify.app.toml @@ -0,0 +1,3 @@ +# This file stores configurations for your Shopify app. + +scopes = "write_products" |