Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraitruong committed Sep 24, 2023
1 parent 109001c commit 684c433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const start = async () => {
const port = process.env.PORT || 3000;
try {
await app.listen({ port, host: "0.0.0.0" });
console.log("Stockfish API Server started at: %", port);
console.log("Bun Stockfish API Server started at: %", port);
} catch (err) {
app.log.error(err);
process.exit(1);
Expand Down

0 comments on commit 684c433

Please sign in to comment.