mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
fix some rewrites
This commit is contained in:
parent
9f2d22ed37
commit
1e65744f13
4 changed files with 7 additions and 5 deletions
|
@ -86,7 +86,7 @@ fastify.listen({
|
|||
port: PORT,
|
||||
host: "0.0.0.0",
|
||||
});
|
||||
console.log(`Listening on port ${PORT}`);
|
||||
console.log(`Listening on http://localhost:${PORT}/`);
|
||||
if (!process.env.CI) {
|
||||
try {
|
||||
writeFileSync(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue