feat(wrangler): add a preview namespace for local dev

This commit is contained in:
Harsh Shandilya 2022-08-26 12:34:37 +05:30
parent f4d4b95963
commit 09dae3288c

View File

@ -4,7 +4,7 @@ route = "drafts.msfjarvis.dev/*"
vars = { BASE_URL = "https://drafts.msfjarvis.dev/" } vars = { BASE_URL = "https://drafts.msfjarvis.dev/" }
compatibility_date = "2021-11-08" compatibility_date = "2021-11-08"
kv_namespaces = [ kv_namespaces = [
{ binding = "NAMESPACE", id = "43d755465f4642ccb30b1bdce031d1da" } { binding = "NAMESPACE", id = "43d755465f4642ccb30b1bdce031d1da", preview_id = "d2c0bff9f5584c938131063c9a702611" },
] ]
main = "dist/worker.production.js" main = "dist/worker.production.js"