Pre plug format change

This commit is contained in:
Zef Hemel
2022-03-27 09:55:29 +02:00
parent 08e6c3bad8
commit a382ab3baa
13 changed files with 222 additions and 110 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ import { Space } from "./space";
import { safeRun } from "./util";
import { io } from "socket.io-client";
let socket = io(`http://${location.hostname}:3000`);
let socket = io();
let editor = new Editor(new Space(socket), document.getElementById("root")!);
safeRun(async () => {