16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "anum-backend",
|
|
"compatibility_date": "2025-08-03",
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
],
|
|
"main": "./src/index.ts",
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "anum",
|
|
"database_id": "to be filled when i get remote cloudflare workers up"
|
|
}
|
|
]
|
|
}
|