This commit is contained in:
Matt Kane
2026-04-01 16:16:45 +01:00
parent 78019103e0
commit 53329df155
9 changed files with 18 additions and 38 deletions

View File

@@ -2,9 +2,7 @@
"$schema": "node_modules/wrangler/config-schema.json",
"name": "emdash-playground",
"compatibility_date": "2026-02-24",
"compatibility_flags": [
"nodejs_compat"
],
"compatibility_flags": ["nodejs_compat"],
// Custom entrypoint that exports EmDashPreviewDB
"main": "./src/worker.ts",
"durable_objects": {
@@ -18,9 +16,7 @@
"migrations": [
{
"tag": "v1",
"new_sqlite_classes": [
"EmDashPreviewDB"
],
"new_sqlite_classes": ["EmDashPreviewDB"],
},
],
"observability": {
@@ -35,4 +31,4 @@
],
// No R2 -- media uploads are blocked in playground mode
// No D1 -- database is inside the Durable Object
}
}