yosoyubik / canvas

Peer-to-peer paint app for Urbit
MIT License
142 stars 9 forks source link

update deps and simpler install #39

Closed ghost closed 1 year ago

ghost commented 1 year ago

i was going to have a go at this https://github.com/yosoyubik/canvas/issues/36, but when i ran it it needed updating from svelte-vite to vite to run, so i just updated everything (and made a new install script bc the symlinks of dev desks kept resetting everytime i copied it to the desk), but it doesn't seem the proxy to port 8080 works (now in vite.config.js instead of svelte.config.js) bc i get perma Error: connect ECONNREFUSED ::1:8080 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16) errors on npm run dev, and thus the localhost:3000/ page never fully loads. potentially a vite bug, but idk.. do you have any ideas?