v2.0.4-rc

This commit is contained in:
Davidson Gomes
2024-07-30 14:52:19 -03:00
parent fcb9dd29f3
commit 881c1c2aa6
3 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ export class ViewsRouter extends RouterBroker {
super();
this.router = Router();
const basePath = path.join(__dirname, '../../../manager/dist');
const basePath = path.join(process.cwd(), 'manager', 'dist');
const indexPath = path.join(basePath, 'index.html');
console.log('Base path:', basePath);