manuals, deploy, docs

This commit is contained in:
2024-11-29 19:13:53 +02:00
parent 824249ed75
commit e264956831
11 changed files with 310 additions and 21 deletions
+1
View File
@@ -7,6 +7,7 @@ import { fileURLToPath } from 'url';
class App{
constructor(){
this.root = path.resolve(dirname(fileURLToPath(import.meta.url)) + '/../../');
console.log('App root is set to', this.root);
}
/**