diff --git a/server.js b/server.js index ef3801c..cc705d0 100644 --- a/server.js +++ b/server.js @@ -72,13 +72,9 @@ fastify.listen({ host: "0.0.0.0", }); - writeFileSync(".git/hooks/pre-commit", "pnpm prettier . -w"); chmodSync(".git/hooks/pre-commit", 0o755); - - - const watch = spawn("pnpm", ["rspack", "-w"], { detached: true, cwd: process.cwd(),