succに対応

This commit is contained in:
ろむねこ 2024-06-18 11:30:40 +09:00
parent af10e7194c
commit fac66f757c
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -83,5 +83,5 @@ logger.info("Routers mounted");
app.listen(port, () => {
logger.info(`Server started! Listening on port ${port}`);
logger.success(`Server started! Listening on port ${port}`);
});