feat: 新增 wrangler 配置文件

This commit is contained in:
hzm
2026-02-20 07:37:36 +08:00
parent 32ead98398
commit 4e6d681986

7
wrangler.jsonc Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "real-time-fund",
"compatibility_date": "2026-02-20",
"assets": {
"directory": "./out"
}
}