init: add code
This commit is contained in:
commit
79c4323666
26 changed files with 3684 additions and 0 deletions
16
wrangler.jsonc
Normal file
16
wrangler.jsonc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue