add wrangler config example

This commit is contained in:
Peter Cai 2021-04-06 16:34:06 +08:00
parent 113a61e01b
commit e4652e9d10
1 changed files with 10 additions and 0 deletions

10
wrangler.toml.example Normal file
View File

@ -0,0 +1,10 @@
name = "workerns"
type = "webpack"
webpack_config = "webpack.config.js"
account_id = ""
workers_dev = true
route = ""
zone_id = ""
kv_namespaces = [
{ binding = "DNS_CACHE", id = "", preview_id = "" }
]