mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
chore: prettier
This commit is contained in:
parent
bd08461dbe
commit
4f3fe2813e
6 changed files with 26 additions and 22 deletions
|
@ -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"], {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue