My personal site cherry.computer
htmx tailwind axum askama

fix: reuse variable when selecting dev server port

cherry.computer 28a640a4 6816c125

verified
+1 -1
+1 -1
frontend/esbuild.js
··· 60 60 }); 61 61 req.pipe(proxyReq, { end: true }); 62 62 }) 63 - .listen(3000); 63 + .listen(proxyPort); 64 64 } else { 65 65 await esbuild.build(devOptions); 66 66 }