We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7653e9f commit 2ff14c4Copy full SHA for 2ff14c4
biome.json
@@ -43,4 +43,4 @@
43
}
44
45
]
46
-}
+}
index.ts
@@ -58,7 +58,7 @@ async function Start() {
58
await app.after();
59
app.addHook("onRequest", app.basicAuth);
60
61
-// @ts-ignore
+ // @ts-ignore
62
const { handler } = await import("./dist/server/entry.mjs");
63
await app
64
.register(fastifyStatic, {
0 commit comments