Merge pull request #877 from janhq/fix/nitro_ip_interface
fix: Nitro interface update to prevent warning
This commit is contained in:
commit
efdc7762e5
@ -191,7 +191,7 @@ async function spawnNitroProcess(): Promise<void> {
|
|||||||
const binaryPath = path.join(binaryFolder, binaryName);
|
const binaryPath = path.join(binaryFolder, binaryName);
|
||||||
|
|
||||||
// Execute the binary
|
// Execute the binary
|
||||||
subprocess = spawn(binaryPath, [1, "0.0.0.0", PORT], {
|
subprocess = spawn(binaryPath, [1, "127.0.0.1", PORT], {
|
||||||
cwd: binaryFolder,
|
cwd: binaryFolder,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user