update a lot of change since a while

This commit is contained in:
2026-01-22 10:29:36 +01:00
parent a4dcb95d83
commit e1c1475f10
78 changed files with 4200 additions and 534 deletions

6
server/services/test.js Normal file
View File

@@ -0,0 +1,6 @@
import logger from '~~/server/utils/logger';
import path from 'path';
const filename = path.basename(new URL(import.meta.url).pathname);
logger.info('test de log avec winston', { label: filename });