client: add todo comment
This commit is contained in:
parent
119e44165a
commit
da819a59af
1 changed files with 2 additions and 0 deletions
|
@ -30,5 +30,7 @@ const __dirname = import.meta.url.slice(7, import.meta.url.lastIndexOf("/"));
|
||||||
});
|
});
|
||||||
console.log(result);
|
console.log(result);
|
||||||
|
|
||||||
|
// TODO: Use fs.promises.copyFile() for index.html here, and also maybe find & replace for css/js filenames that we can then randomise?
|
||||||
|
|
||||||
// console.log(await esbuild.analyzeMetafile(result.metafile));
|
// console.log(await esbuild.analyzeMetafile(result.metafile));
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue