Add wrangler.toml

Closes #15
This commit is contained in:
Kristian Freeman
2019-12-13 11:51:44 -06:00
parent 36ce340f4c
commit a5c57e08e4
2 changed files with 13 additions and 1 deletions

1
.gitignore vendored
View File

@@ -18,4 +18,3 @@ $RECYCLE.BIN/
dist
.env
worker
wrangler.toml

13
wrangler.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "workers-graphql-server"
type = "webpack"
zone_id = ""
account_id = ""
route = ""
workers_dev = true
webpack_config = "webpack.config.js"
# Enable a kv-namespace to use the KV caching feature
#
# kv-namespaces = [
# { binding = "WORKERS_GRAPHQL_CACHE", id = "" }
# ]