diff --git a/scaffold.ts b/scaffold.ts index 814cea8..9552074 100644 --- a/scaffold.ts +++ b/scaffold.ts @@ -1,4 +1,5 @@ -const hostedRoot = import.meta.resolve("../").slice(0, -1); +const hostedRoot = import.meta.resolve("./").slice(0, -1); +console.log("Checking", hostedRoot); async function Download(file:string, processor = (text:string)=>text) { const pathHosted = hostedRoot + "/scaffold/" + file; diff --git a/scaffold/index.html b/scaffold/index.html index 4ac28b7..2aa450d 100644 --- a/scaffold/index.html +++ b/scaffold/index.html @@ -2,10 +2,18 @@
- - - - + + + +