chore: update configuration and improve backup service handling

- Added root path configuration for turbopack in next.config.ts.
- Updated build script in package.json to include Prisma generation.
- Changed backup service methods to use synchronous config retrieval where appropriate, improving performance and avoiding async issues.
- Ensured dynamic rendering in layout.tsx for better page performance.
This commit is contained in:
Julien Froidefond
2025-10-31 12:11:19 +01:00
parent 5d1239c4de
commit e4e49df60b
9 changed files with 41 additions and 16 deletions

View File

@@ -270,7 +270,7 @@ OPTIONS:
}
private async showConfig(): Promise<void> {
const config = backupService.getConfig();
const config = await backupService.getConfig();
const status = backupScheduler.getStatus();
console.log('⚙️ Configuration des sauvegardes:\n');