12 lines
399 B
JSON
12 lines
399 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "opencode-workerd-spike",
|
|
"main": "src/worker.ts",
|
|
"compatibility_date": "2025-09-06",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"durable_objects": {
|
|
"bindings": [{ "name": "OPENCODE", "class_name": "OpencodeDurableObject" }],
|
|
},
|
|
"migrations": [{ "tag": "v1", "new_sqlite_classes": ["OpencodeDurableObject"] }],
|
|
}
|