cat wrangler.jsonc
{
"name": "branch-worker-local-dev",
"main": "src/index.ts",
"compatibility_date": "..",
"build": { ... }, "vars": {...},
"d1_databases": [
{
"binding": "HELLO_WORLD_DB",
"database_name": "local_local_hello-world_db_preview",
"database_id": "",
"preview_database_id": "local_local_hello-world_db_preview",
"migrations_dir": "./apps/hello-world/database/migrations"
}
],
"r2_buckets":[..]
}%
cat wrangler.jsonc
{
"name": "branch-worker-local-dev",
"main": "src/index.ts",
"compatibility_date": "..",
"build": { ... }, "vars": {...},
"d1_databases": [
{
"binding": "HELLO_WORLD_DB",
"database_name": "local_local_hello-world_db_preview",
"database_id": "",
"preview_database_id": "local_local_hello-world_db_preview",
"migrations_dir": "./apps/hello-world/database/migrations"
}
],
"r2_buckets":[..]
}%