Subscribe on changes!

Added useful tip with local addresses

avatar
Apr 23rd 2020

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

avatar
Apr 24th 2020

Sorry I just did some major refactor today - can you try to resolve the conflict (maybe just rebase and force push)

avatar
Apr 24th 2020

I think it would be better to relaunch a pull request. 😄