client: add todo comment

This commit is contained in:
Starbeamrainbowlabs 2022-02-22 03:06:26 +00:00
parent 119e44165a
commit da819a59af
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -30,5 +30,7 @@ const __dirname = import.meta.url.slice(7, import.meta.url.lastIndexOf("/"));
});
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));
})();