Skip to content

Commit

Permalink
fix: wrangler config
Browse files Browse the repository at this point in the history
  • Loading branch information
0x15f committed Aug 2, 2022
1 parent a52d560 commit 25b3865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "persistend-cart-worker"
name = "persistent-cart-worker"
main = "./dist/worker.js"
account_id = "e56b18ce4c0cf671554cd09cd9b5e6f2"
workers_dev = true
Expand All @@ -7,12 +7,12 @@ local_protocol="http"
upstream_protocol="https"

kv_namespaces = [
{ binding = "CART_STORE", id = "", preview_id = "" }
{ binding = "CART_STORE", id = "8fc70b3374744319bd31db4b0a345d4b", preview_id = "8fc70b3374744319bd31db4b0a345d4b" }
]

[build]
command = "npm install && npm run build"

[miniflare]
upstream = "https:/staging-579.rainbowshops.com"
kv_persist = true
kv_persist = true

0 comments on commit 25b3865

Please sign in to comment.