Files
better-auth/dev/cloudflare/wrangler.jsonc
Rahul Mishra d7f66335f5 feat: add cloudflare worker basic tests (#1524)
* feat: add cloudflare worker basic tests

* chore: fix conflict

---------

Co-authored-by: Bereket Engida <bekacru@gmail.com>
2025-02-22 20:18:34 +03:00

15 lines
290 B
JSON

{
"$schema": "../../node_modules/wrangler/config-schema.json",
"name": "cloudflare",
"main": "src/index.ts",
"compatibility_date": "2025-02-14",
"d1_databases": [
{
"binding": "DB",
"database_id": "d1-db-id",
"database_name": "db",
"migrations_dir": "./drizzle"
}
]
}