Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / client / src / socket_url.js.dist
diff --git a/client/src/socket_url.js.dist b/client/src/socket_url.js.dist
new file mode 100644 (file)
index 0000000..e3c0971
--- /dev/null
@@ -0,0 +1,2 @@
+// URL of your socket server (rename into socket_url.js)
+export default socketUrl = "ws://localhost:3000";