Skip to content

Commit d3592ae

Browse files
committed
fix: 更新wrangler.toml,添加KV命名空间的注释说明
1 parent c24b1b0 commit d3592ae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

wrangler.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name = "v20251104"
22
main = "_worker.js"
33
compatibility_date = "2025-11-04"
4-
keep_vars = true
4+
keep_vars = true
5+
6+
#[[kv_namespaces]]
7+
#binding = "KV" #KV绑定名默认不可修改
8+
#id = "" #KV数据库id

0 commit comments

Comments
 (0)