This commit is contained in:
0xa663
2024-02-15 20:14:23 +01:00
parent cf546a1b59
commit 735091c51d
8 changed files with 36794 additions and 776 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ main(dev);
if (dev) {
const fn = debounce(() => {
main();
main(dev);
console.log("Built");
}, 1000);