Multiple prints of localhost when rsbuild starts #1543
ErreMalote
started this conversation in
General
Replies: 2 comments 1 reply
-
Can you run this Node.js script and share the result? const os = require('node:os');
const interfaces = os.networkInterfaces();
console.log(JSON.stringify(interfaces, null, 2)); |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this might be a bug but was not sure if it is some configuration I am doing wrong.
whenever I start rsbuild with "rsbuild dev" I get this printed out
its like 3 times localhost and 2 network outputs. Thinking it is a skill issue posting here for suggestions. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions