make rewriter BLAZINGLY FAST 🔥🔥🔥🔥🔥

This commit is contained in:
velzie 2024-07-17 17:46:23 -04:00
parent 76035db4e9
commit 213f7bfa2b
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
4 changed files with 55 additions and 33 deletions

View file

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