X-Git-Url: https://git.ayoreis.com/relax.git/blobdiff_plain/1d25f3acce6c11c36d1e0588d443b10f8b05fbd8..82fcd505c9fc789a85a86f34b51848109a66fa46:/flower/mod.ts?ds=inline diff --git a/flower/mod.ts b/flower/mod.ts index ab3322b..2f40dba 100644 --- a/flower/mod.ts +++ b/flower/mod.ts @@ -1,5 +1,5 @@ export default { fetch() { return new Response("Hello, Flower!"); - } -} satisfies Deno.ServeDefaultExport + }, +} satisfies Deno.ServeDefaultExport;