Migrated to pacel and removed deno

This commit is contained in:
Zef Hemel
2022-03-04 10:26:41 +01:00
parent f73acae41a
commit 24ceaea9d5
31 changed files with 4685 additions and 281 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { HttpRemoteSpace } from "./space";
import { safeRun } from "./util";
let editor = new Editor(
new HttpRemoteSpace(`http://${location.hostname}:2222/fs`),
new HttpRemoteSpace(`http://${location.hostname}:3000/fs`),
document.getElementById("root")!
);
+2
View File
@@ -268,6 +268,8 @@ export class Editor implements AppEventDispatcher {
key: "Ctrl-.",
mac: "Cmd-.",
run: (target): boolean => {
console.log("YO");
this.viewDispatch({
type: "show-palette",
});
File diff suppressed because one or more lines are too long