merge routes-packages

This commit is contained in:
2025-12-05 01:12:24 +08:00
parent 3064682514
commit b6bdfd872a
28 changed files with 1728 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import { Logger } from '@kevisual/logger';
const logger = new Logger();
logger.info('This is a test log message from the main.ts file of the test app.');
logger.warn('This is a test warning message from the main.ts file of the test app.');
logger.error('This is a test error message from the main.ts file of the test app.');
logger.debug('This is a test debug message from the main.ts file of the test app.');