1 Star 0 Fork 1

Willin Wang/cloudflare-pageviews-worker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wrangler.toml 673 Bytes
一键复制 编辑 原始数据 按行查看 历史
Willin Wang 提交于 2021-12-29 20:51 . feat: :green_heart:add docs and ci
name = "willinwang-pageviews"
type = "javascript"
workers_dev = true
compatibility_date = "2021-12-29"
# Replace with yours, 替换成你的配置
account_id = "96f10109ea482311a0fe5e42d6ea35f7"
# 如需测试环境,创建一个新的 KV Namespace 并修改下面的配置
# kv_namespaces = [
# { binding = "VIEWS", id = "0484e41a526a4d4193dfc5677210a778" }
# ]
[env.production]
workers_dev = false
zone_id = "dc5443e1bf78f4f52ee37affba3b04bf"
route = "pageviews.willin.wang/*"
kv_namespaces = [
{ binding = "VIEWS", id = "0484e41a526a4d4193dfc5677210a778" }
]
[build]
command = "npm install && npm run build"
[build.upload]
format = "service-worker"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/willin/cloudflare-pageviews-worker.git
[email protected]:willin/cloudflare-pageviews-worker.git
willin
cloudflare-pageviews-worker
cloudflare-pageviews-worker
main

搜索帮助