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,5 +1,5 @@
import type { MTA } from './mta.classes.mta.js';
import * as plugins from './plugins.js';
import * as plugins from '../plugins.js';
export class DNSManager {
public mtaRef: MTA;