chore: prettier

This commit is contained in:
velzie 2024-07-17 20:16:02 -04:00
parent bd08461dbe
commit 4f3fe2813e
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
6 changed files with 26 additions and 22 deletions

View file

@ -68,7 +68,7 @@ fastify.register(fastifyStatic, {
});
fastify.listen({
port: process.env.PORT || 1337,
host: "0.0.0.0"
host: "0.0.0.0",
});
const watch = spawn("pnpm", ["rspack", "-w"], {