X-Git-Url: https://git.ayoreis.com/relax.git/blobdiff_plain/1d25f3acce6c11c36d1e0588d443b10f8b05fbd8..7281d7636cdd2dd9740915b0451afe7120925ec4:/plant/mod.ts?ds=inline diff --git a/plant/mod.ts b/plant/mod.ts index 7a1718d..9ad8c08 100644 --- a/plant/mod.ts +++ b/plant/mod.ts @@ -1,5 +1,5 @@ export default { fetch() { return new Response("Hello, Plant!"); - } -} satisfies Deno.ServeDefaultExport + }, +} satisfies Deno.ServeDefaultExport;