mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 09:32:20 -05:00
* feat: add cloudflare worker basic tests * chore: fix conflict --------- Co-authored-by: Bereket Engida <bekacru@gmail.com>
15 lines
290 B
JSON
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"
|
|
}
|
|
]
|
|
}
|