We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd81b97 commit 098259dCopy full SHA for 098259d
templates/http-js/content/src/index.js.tmpl
@@ -1,7 +1,7 @@
1
{%- case http-router -%}
2
{% when "hono" %}// For Hono documentation refer to https://hono.dev/docs/
3
import { Hono } from 'hono';
4
-import { fire } from "hono/service-worker";
+import { fire } from 'hono/service-worker';
5
import { logger } from 'hono/logger';
6
7
let app = new Hono();
templates/http-ts/content/src/index.ts.tmpl
import type { Context, Next } from 'hono';
0 commit comments