Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot authored and alisd23 committed Jul 1, 2022
1 parent 6bf8e97 commit bf81d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/remix-dev/cli/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ export async function dev(
process.env.HOST ||
Object.values(os.networkInterfaces())
.flat()
.find((ip) => String(ip?.family).includes("4") && !ip?.internal)?.address;
.find((ip) => String(ip?.family).includes("4") && !ip?.internal)
?.address;

if (!address) {
console.log(`Remix App Server started at http://localhost:${port}`);
Expand Down

0 comments on commit bf81d2b

Please sign in to comment.