Introduce reproducible build system on Linux

This commit is contained in:
hackerbirds 2024-07-20 15:54:27 -04:00 committed by ayumi-signal
parent 068dfbc327
commit 7ee35ebdec
6 changed files with 138 additions and 1 deletions

View file

@ -60,7 +60,7 @@ async function main() {
const outPath = join(__dirname, '../../build/dns-fallback.json');
await writeFile(outPath, `${JSON.stringify(config, null, 2)}\n`);
//await writeFile(outPath, `${JSON.stringify(config, null, 2)}\n`);
}
main().catch(error => {