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)); })();