summaryrefslogtreecommitdiff
path: root/src/debug.js
blob: 4bbba3481b3021b441d88058baee79aa5afcb5ff (plain)
1
2
3
const fs = require('fs');

fs.writeFileSync("index.ts", fs.readFileSync("index.ts").toString().replaceAll("global.debugBuild = true;", "global.debugBuild = true;").replaceAll("global.debugBuild = false;", "global.debugBuild = true;"));