Emdash source with visual editor image upload fix
Fixes: 1. media.ts: wrap placeholder generation in try-catch 2. toolbar.ts: check r.ok, display error message in popover
This commit is contained in:
5
templates/portfolio-cloudflare/src/worker.ts
Normal file
5
templates/portfolio-cloudflare/src/worker.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import handler from "@astrojs/cloudflare/entrypoints/server";
|
||||
|
||||
export { PluginBridge } from "@emdash-cms/cloudflare/sandbox";
|
||||
|
||||
export default handler;
|
||||
Reference in New Issue
Block a user