mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
make rewriter BLAZINGLY FAST 🔥🔥🔥🔥🔥
This commit is contained in:
parent
76035db4e9
commit
213f7bfa2b
4 changed files with 55 additions and 33 deletions
|
@ -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"], {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue