fix(core): update

This commit is contained in:
2024-02-16 13:41:04 +01:00
parent 796e0204ca
commit 543e696bfc
15 changed files with 433 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './plugins.js';
import * as plugins from '../plugins.js';
export class ApiManager {
public typedrouter = new plugins.typedrequest.TypedRouter();