tangled
alpha
login
or
join now
cherry.computer
/
website
My personal site
cherry.computer
htmx
tailwind
axum
askama
0
fork
atom
overview
issues
pulls
pipelines
fix: reuse variable when selecting dev server port
cherry.computer
5 months ago
28a640a4
6816c125
verified
This commit was signed with the committer's
known signature
.
cherry.computer
SSH Key Fingerprint:
SHA256:SIA77Ll0IpMb8Xd3RtaGT+PBIGIePhJJg5W2r6Td7cc=
+1
-1
1 changed file
expand all
collapse all
unified
split
frontend
esbuild.js
+1
-1
frontend/esbuild.js
···
60
60
});
61
61
req.pipe(proxyReq, { end: true });
62
62
})
63
63
-
.listen(3000);
63
63
+
.listen(proxyPort);
64
64
} else {
65
65
await esbuild.build(devOptions);
66
66
}