1
0

First commit of lib module

This commit is contained in:
2023-08-14 08:40:30 +02:00
parent 728b3a4c92
commit a9e2562eba
2 changed files with 3 additions and 0 deletions

2
utils/lib.js Normal file
View File

@@ -0,0 +1,2 @@
console.loggerName = 'js.watch';
console.log('Load lib module');