fix(core): update

This commit is contained in:
2024-05-14 15:28:09 +02:00
parent 1c5e2845d1
commit b6d0843e3e
18 changed files with 4917 additions and 2390 deletions

View File

@@ -4,3 +4,9 @@ export * from './classes.handler.js';
export * from './classes.handlerstatic.js';
export * from './classes.handlerproxy.js';
export * from './classes.handlertypedrouter.js';
export * from './classes.compressor.js';
import * as serviceworker from './tools.serviceworker.js';
export {
serviceworker,
}