Migrated to pacel and removed deno
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
.parcel-cache
|
||||
dist
|
||||
node_modules
|
||||
+1
-1
@@ -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")!
|
||||
);
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user