From da819a59afa4db97ae728d3f388e4c2f823e9372 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 22 Feb 2022 03:06:26 +0000 Subject: [PATCH] client: add todo comment --- src/static/esbuild.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/esbuild.mjs b/src/static/esbuild.mjs index 912e372..2eacd88 100755 --- a/src/static/esbuild.mjs +++ b/src/static/esbuild.mjs @@ -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)); })();