hefty
Results
2
comments of
hefty
I am experiencing the same issue. My system is Windows10 [https://github.com/hefty/nitro-app.git](https://github.com/hefty/nitro-app.git) may help
The code at src/core/dev-server/server.ts `const getWorkerAddress = () => { const address = currentWorker?.address; if (!address) { return; } if (address.socketPath) { try { accessSync(address.socketPath); } catch (error) { if...