mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[Dev] Re-enable building on FS watch
This commit is contained in:
parent
f9f7131370
commit
5277980278
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ build();
|
||||||
|
|
||||||
chokidar.watch(dir).on('change', (ev, pa) => {
|
chokidar.watch(dir).on('change', (ev, pa) => {
|
||||||
console.log(ev, pa);
|
console.log(ev, pa);
|
||||||
// build();
|
build();
|
||||||
});
|
});
|
||||||
|
|
||||||
// await new Promise(() => {});
|
// await new Promise(() => {});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue