Added useful tip with local addresses
You don't have to check my local IP when I want to access it on a device in the same LAN
For example:
npx vite
Running at:
> http://127.0.0.1:3000
> http://192.168.1.35:3000
And, fs.promises
in src/server/utils.ts
does not support some lower versions of node.
Use util.promisify
to support > node 8
Sorry I just did some major refactor today - can you try to resolve the conflict (maybe just rebase and force push)