mirror of
https://github.com/zhigang1992/workers-graphql-server.git
synced 2026-01-12 09:43:41 +08:00
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,4 +18,3 @@ $RECYCLE.BIN/
|
||||
dist
|
||||
.env
|
||||
worker
|
||||
wrangler.toml
|
||||
|
||||
13
wrangler.toml
Normal file
13
wrangler.toml
Normal 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 = "" }
|
||||
# ]
|
||||
Reference in New Issue
Block a user