ags: lot of stuff lmao

This commit is contained in:
retrozinndev
2025-02-28 10:21:37 -03:00
parent ff4365ab6d
commit 1a1a5d63f8
31 changed files with 748 additions and 217 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ function watch(): void {
`${path}`,
(file: string) => {
// Ignore tmp files
if(!file.endsWith('~')) {
if(!file.endsWith('~') && !Number.isNaN(file)) {
console.log(`[LOG] Stylesheet ${file} file updated`)
compileStyle();
applyStyle();