This commit is contained in:
Matt Kane
2026-04-01 11:51:57 +01:00
parent c8e318da5c
commit ca3c2b77e1
88 changed files with 313 additions and 481 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",
"assets": {
@@ -21,9 +19,7 @@
"migrations": [
{
"tag": "v1",
"new_sqlite_classes": [
"EmDashPreviewDB"
],
"new_sqlite_classes": ["EmDashPreviewDB"],
},
],
"observability": {
@@ -38,4 +34,4 @@
],
// No R2 -- media uploads are blocked in playground mode
// No D1 -- database is inside the Durable Object
}
}