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 }); 61 req.pipe(proxyReq, { end: true }); 62 }) 63 - .listen(3000); 64 } else { 65 await esbuild.build(devOptions); 66 }
··· 60 }); 61 req.pipe(proxyReq, { end: true }); 62 }) 63 + .listen(proxyPort); 64 } else { 65 await esbuild.build(devOptions); 66 }