fix(core): update

This commit is contained in:
2024-02-20 17:30:46 +01:00
parent a7ddb6b6a8
commit ca3b8a4580
20 changed files with 24 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
import { Handler } from './classes.handler.js';
import { Server } from './classes.server.js';
import * as plugins from '../typedserver.plugins.js';
import * as plugins from '../plugins.js';
export class Feed {
public smartexpressRef: Server;