加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wrangler.toml 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
wugensheng 提交于 2021-07-03 22:37 . Initial commit
# Follow this guide to publish Hydejack on Cloudflare Worker Sites:
#
# https://workers.cloudflare.com/sites
#
# You can skip the `wrangler generate --site my-site` step,
# as this `wranger.toml` file, and the `workers-site` directory
# have already been shipped with Hydejack.
#
# Fill out the information below:
name = "my-hydejack-site" # Change name
type = "webpack"
account_id = "{{ ACCOUNT_ID }}" # Replace with your Cloudflare account id
workers_dev = true # Change when using custom domain
route = ""
zone_id = ""
[site]
bucket = "./_site"
entry-point = "workers-site"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化