70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"name": "d1-read-replication-app",
|
|
"main": "src/index.ts",
|
|
"compatibility_date": "2025-03-11",
|
|
"compatibility_flags": [
|
|
"nodejs_compat",
|
|
"experimental",
|
|
"enable_d1_with_sessions_api",
|
|
],
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB01", // i.e. available in your Worker on env.DB01
|
|
"database_name": "UPDATE_THIS_FOR_REMOTE_USE",
|
|
"preview_database_id": "UPDATE_THIS_FOR_REMOTE_USE",
|
|
"database_id": "UPDATE_THIS_FOR_REMOTE_USE",
|
|
},
|
|
],
|
|
}
|