feat: add D1 runtime database binding
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
"binding": "ASSETS",
|
||||
"directory": ".svelte-kit/cloudflare"
|
||||
},
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "clearity-production",
|
||||
"database_id": "<replace-with-d1-database-id>",
|
||||
"migrations_dir": "drizzle"
|
||||
}
|
||||
],
|
||||
"workers_dev": true,
|
||||
"preview_urls": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user