mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
start bootstrapper
This commit is contained in:
parent
034c8e1c6d
commit
17b440ea37
15 changed files with 166 additions and 131 deletions
|
@ -76,7 +76,7 @@ fastify.register(fastifyStatic, {
|
|||
});
|
||||
fastify.listen({
|
||||
port: process.env.PORT || 1337,
|
||||
host: "0.0.0.0",
|
||||
// host: "0.0.0.0",
|
||||
});
|
||||
|
||||
writeFileSync(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue