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 * as plugins from './plugins.js';
import * as paths from './paths.js';
import * as plugins from '../plugins.js';
import * as paths from '../paths.js';
import { Email } from './mta.classes.email.js';
import type { MTA } from './mta.classes.mta.js';