Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions blog-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"dependencies": {
"@astrojs/cloudflare": "^13.5.3",
"@astrojs/react": "^5.0.0",
"@emdash-cms/cloudflare": "^0.18.0",
"@emdash-cms/plugin-forms": "^0.2.3",
"@emdash-cms/cloudflare": "^0.20.0",
"@emdash-cms/plugin-forms": "^0.2.4",
"@emdash-cms/plugin-webhook-notifier": "^0.2.0",
"astro": "^6.3.0",
"emdash": "^0.18.0",
"emdash": "^0.20.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@cloudflare/workers-types": "^4.20260305.1",
"wrangler": "^4.95.0"
"wrangler": "^4.99.0"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}
9 changes: 4 additions & 5 deletions blog-cloudflare/src/worker.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import handler from "@astrojs/cloudflare/entrypoints/server";

export { PluginBridge } from "@emdash-cms/cloudflare/sandbox";

export default handler;
// Worker entry: Astro's fetch handler plus EmDash's scheduled() handler, which
// the Cron Trigger in wrangler.jsonc drives. PluginBridge is the sandbox
// Durable Object, re-exported here so its binding resolves.
export { default, PluginBridge } from "@emdash-cms/cloudflare/worker";
4 changes: 4 additions & 0 deletions blog-cloudflare/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
"binding": "LOADER",
},
],
// Drives scheduled publishing, plugin cron, and maintenance (see src/worker.ts)
"triggers": {
"crons": ["* * * * *"],
},
}
2 changes: 1 addition & 1 deletion blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@emdash-cms/plugin-audit-log": "^0.2.0",
"astro": "^6.3.0",
"better-sqlite3": "^12.8.0",
"emdash": "^0.18.0",
"emdash": "^0.20.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
6 changes: 3 additions & 3 deletions marketing-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"dependencies": {
"@astrojs/cloudflare": "^13.5.3",
"@astrojs/react": "^5.0.0",
"@emdash-cms/cloudflare": "^0.18.0",
"@emdash-cms/cloudflare": "^0.20.0",
"@iconify-json/ph": "^1.2.2",
"astro": "^6.3.0",
"astro-iconset": "^0.0.4",
"emdash": "^0.18.0",
"emdash": "^0.20.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@cloudflare/workers-types": "^4.20260305.1",
"wrangler": "^4.95.0"
"wrangler": "^4.99.0"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}
9 changes: 4 additions & 5 deletions marketing-cloudflare/src/worker.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import handler from "@astrojs/cloudflare/entrypoints/server";

export { PluginBridge } from "@emdash-cms/cloudflare/sandbox";

export default handler;
// Worker entry: Astro's fetch handler plus EmDash's scheduled() handler, which
// the Cron Trigger in wrangler.jsonc drives. PluginBridge is the sandbox
// Durable Object, re-exported here so its binding resolves.
export { default, PluginBridge } from "@emdash-cms/cloudflare/worker";
4 changes: 4 additions & 0 deletions marketing-cloudflare/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
"binding": "LOADER",
},
],
// Drives scheduled publishing, plugin cron, and maintenance (see src/worker.ts)
"triggers": {
"crons": ["* * * * *"],
},
}
2 changes: 1 addition & 1 deletion marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"astro": "^6.3.0",
"astro-iconset": "^0.0.4",
"better-sqlite3": "^12.8.0",
"emdash": "^0.18.0",
"emdash": "^0.20.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
6 changes: 3 additions & 3 deletions portfolio-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"dependencies": {
"@astrojs/cloudflare": "^13.5.3",
"@astrojs/react": "^5.0.0",
"@emdash-cms/cloudflare": "^0.18.0",
"@emdash-cms/cloudflare": "^0.20.0",
"astro": "^6.3.0",
"emdash": "^0.18.0",
"emdash": "^0.20.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@cloudflare/workers-types": "^4.20260305.1",
"wrangler": "^4.95.0"
"wrangler": "^4.99.0"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}
9 changes: 4 additions & 5 deletions portfolio-cloudflare/src/worker.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import handler from "@astrojs/cloudflare/entrypoints/server";

export { PluginBridge } from "@emdash-cms/cloudflare/sandbox";

export default handler;
// Worker entry: Astro's fetch handler plus EmDash's scheduled() handler, which
// the Cron Trigger in wrangler.jsonc drives. PluginBridge is the sandbox
// Durable Object, re-exported here so its binding resolves.
export { default, PluginBridge } from "@emdash-cms/cloudflare/worker";
4 changes: 4 additions & 0 deletions portfolio-cloudflare/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
"binding": "LOADER",
},
],
// Drives scheduled publishing, plugin cron, and maintenance (see src/worker.ts)
"triggers": {
"crons": ["* * * * *"],
},
}
2 changes: 1 addition & 1 deletion portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@astrojs/react": "^5.0.0",
"astro": "^6.3.0",
"better-sqlite3": "^12.8.0",
"emdash": "^0.18.0",
"emdash": "^0.20.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
6 changes: 3 additions & 3 deletions starter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"dependencies": {
"@astrojs/cloudflare": "^13.5.3",
"@astrojs/react": "^5.0.0",
"@emdash-cms/cloudflare": "^0.18.0",
"@emdash-cms/cloudflare": "^0.20.0",
"astro": "^6.3.0",
"emdash": "^0.18.0",
"emdash": "^0.20.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@cloudflare/workers-types": "^4.20260305.1",
"wrangler": "^4.95.0"
"wrangler": "^4.99.0"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}
9 changes: 4 additions & 5 deletions starter-cloudflare/src/worker.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import handler from "@astrojs/cloudflare/entrypoints/server";

export { PluginBridge } from "@emdash-cms/cloudflare/sandbox";

export default handler;
// Worker entry: Astro's fetch handler plus EmDash's scheduled() handler, which
// the Cron Trigger in wrangler.jsonc drives. PluginBridge is the sandbox
// Durable Object, re-exported here so its binding resolves.
export { default, PluginBridge } from "@emdash-cms/cloudflare/worker";
4 changes: 4 additions & 0 deletions starter-cloudflare/wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
"binding": "LOADER",
},
],
// Drives scheduled publishing, plugin cron, and maintenance (see src/worker.ts)
"triggers": {
"crons": ["* * * * *"],
},
}
2 changes: 1 addition & 1 deletion starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@astrojs/react": "^5.0.0",
"astro": "^6.3.0",
"better-sqlite3": "^12.8.0",
"emdash": "^0.18.0",
"emdash": "^0.20.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
Expand Down
Loading