Hey, don’t know if this is the right place so feel free to delete it if it’s not.
I’m trying to test out some changes for an open issue. I followed the build changes here: https://github.com/turtl/js#building
when I run the code with:
python -m SimpleHTTPServer
I’m getting a websocket error in the chrome dev console:
websocket.js?v1549560096:28 WebSocket connection to ‘ws://127.0.0.1:7472/’ failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
Did I miss something? Is there an easy way to point this to an existing turtl test server? I looked around config.js and didn’t find much