Update watcher and component gen functions

This commit is contained in:
2026-04-04 20:02:36 +01:00
parent 48c25d2fb4
commit f34f8baa99
11 changed files with 15 additions and 20 deletions
+2
View File
@@ -57,6 +57,8 @@ export default async function watcherEsbuildCTX() {
return;
if (filename.match(/\/(--|\()/))
return;
if (filename.match(/ /))
return;
if (global.RECOMPILING)
return;
const action = existsSync(full_file_path) ? "created" : "deleted";