základní nastylování

This commit is contained in:
2020-12-19 21:36:23 +01:00
parent 59c2625cd1
commit 3e1238cd49
5 changed files with 209 additions and 71 deletions

View File

@@ -1,25 +1,3 @@
import http from "https://unpkg.com/isomorphic-git@beta/http/web/index.js";
/*
async function fsListDir(){
let dirlist = await pfs.readdir("/test-clone");
document.getElementsByTagName("body")[0].innerHTML = dirlist;
}
async function gitStatus(){
document.getElementsByTagName("body")[0].innerHTML = await git.status({
fs,
dir,
filepath: "karma.conf.js",
});
}
fsListDir()
gitStatus();
*/
const app = new Controller(new Model(), new View());