diff --git a/packages/cloudflare/src/db/playground-toolbar.ts b/packages/cloudflare/src/db/playground-toolbar.ts index 9ef4644..b1841d5 100644 --- a/packages/cloudflare/src/db/playground-toolbar.ts +++ b/packages/cloudflare/src/db/playground-toolbar.ts @@ -11,12 +11,12 @@ */ export interface PlaygroundToolbarConfig { - /** When the playground was created (ISO string) */ - createdAt: string; - /** TTL in seconds */ - ttl: number; - /** Whether edit mode is currently active */ - editMode: boolean; + /** When the playground was created (ISO string) */ + createdAt: string; + /** TTL in seconds */ + ttl: number; + /** Whether edit mode is currently active */ + editMode: boolean; } const RE_AMP = /&/g; @@ -25,9 +25,9 @@ const RE_LT = //g; export function renderPlaygroundToolbar(config: PlaygroundToolbarConfig): string { - const { createdAt, ttl, editMode } = config; + const { createdAt, ttl, editMode } = config; - return ` + return `
@@ -333,9 +333,9 @@ export function renderPlaygroundToolbar(config: PlaygroundToolbarConfig): string } function escapeAttr(str: string): string { - return str - .replace(RE_AMP, "&") - .replace(RE_QUOT, """) - .replace(RE_LT, "<") - .replace(RE_GT, ">"); + return str + .replace(RE_AMP, "&") + .replace(RE_QUOT, """) + .replace(RE_LT, "<") + .replace(RE_GT, ">"); } diff --git a/packages/marketplace/wrangler.jsonc b/packages/marketplace/wrangler.jsonc index 484073b..cb95997 100644 --- a/packages/marketplace/wrangler.jsonc +++ b/packages/marketplace/wrangler.jsonc @@ -13,8 +13,8 @@ { "binding": "DB", "database_name": "emdash-marketplace", - "database_id": "e07c5b3b-c3e0-4cec-be3b-1ae0bb87da35" - } + "database_id": "e07c5b3b-c3e0-4cec-be3b-1ae0bb87da35", + }, ], "r2_buckets": [ { @@ -35,4 +35,4 @@ "class_name": "AuditWorkflow", }, ], -} \ No newline at end of file +}