Skip to content

Commit 2ff14c4

Browse files
committed
Formatted
1 parent 7653e9f commit 2ff14c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
}
4444
}
4545
]
46-
}
46+
}

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function Start() {
5858
await app.after();
5959
app.addHook("onRequest", app.basicAuth);
6060
}
61-
// @ts-ignore
61+
// @ts-ignore
6262
const { handler } = await import("./dist/server/entry.mjs");
6363
await app
6464
.register(fastifyStatic, {

0 commit comments

Comments
 (0)