16 lines
297 B
JSON
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"
|
|
},
|
|
}
|