Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / client / src / socket_url.js.dist
similarity index 53%
rename from public/javascripts/socket_url.js.dist
rename to client/src/socket_url.js.dist
index c33fc59..e3c0971 100644 (file)
@@ -1,2 +1,2 @@
 // URL of your socket server (rename into socket_url.js)
-const socketUrl = "ws://localhost:3000";
+export default socketUrl = "ws://localhost:3000";