Skip to content

Commit

Permalink
chore(app): expose dev server over host (#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
cor authored Jan 6, 2025
2 parents e68ee25 + a51f8a8 commit 89e1cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ _: {
cd app/
npm install
npm run dev
npm run dev -- --host
'';
};
};
Expand Down

0 comments on commit 89e1cd9

Please sign in to comment.