fix(core): update

This commit is contained in:
2024-05-14 02:18:42 +02:00
parent 23e88030be
commit 1db472ab01
9 changed files with 24 additions and 23 deletions

View File

@ -1,5 +1,5 @@
import * as plugins from './typedserver_web.plugins.js';
import * as interfaces from '../ts_interfaces/index.js';
import * as interfaces from '../dist_ts_interfaces/index.js';
import { logger } from './typedserver_web.logger.js';
logger.log('info', `TypedServer-Devtools initialized!`);