mirror of
https://github.com/kirameki-cafe/Tenki.git
synced 2026-09-13 18:58:58 +00:00
👷 ci: configures Docker build and publish workflow
This commit is contained in:
+3
-3
@@ -178,8 +178,8 @@ app.get("/", async ({ server, request, set, headers }) => {
|
||||
};
|
||||
});
|
||||
|
||||
app.listen(3000, () => {
|
||||
console.log("🦊 Elysia is running at http://localhost:3000");
|
||||
app.listen(process.env.PORT ?? 3000, () => {
|
||||
console.log(`🦊 Elysia is running at http://localhost:${process.env.PORT ?? 3000}`);
|
||||
});
|
||||
|
||||
export default app;
|
||||
// export default app;
|
||||
|
||||
Reference in New Issue
Block a user