cf-worker-api/wrangler.jsonc
2025-06-12 13:01:25 +08:00

16 lines
297 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "cf-worker-api",
"main": "src/index.ts",
"compatibility_date": "2025-05-25",
"compatibility_flags": [
"nodejs_compat"
],
"vars": {
"MAIN_URLS": "api.oplist.org"
},
"site": {
"bucket": "./public"
},
}