Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Jan 21, 2025
1 parent 2616e16 commit f1905ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ app.use(handleError);
if (import.meta.env.PROD) {
app.listen(port, () => {
console.log(`Grout is running on port ${port}`);
})
});
} else {
console.log("Grout is running through port managed by Vite");
}
Expand Down

0 comments on commit f1905ae

Please sign in to comment.