diff --git a/lib/src/index.ts b/lib/src/index.ts index 966bc7e..a16ac1d 100644 --- a/lib/src/index.ts +++ b/lib/src/index.ts @@ -34,5 +34,5 @@ app.use(bodyParser.json()); app.use("/", router); app.listen(PORT, () => - console.log(`Server listening on http://localhost:${PORT}`) + console.log(`⚡ Server listening on http://localhost:${PORT}`) );