use new mail service in dashboard

This commit is contained in:
Emily
2025-01-29 16:03:01 +01:00
parent 39b8dd84f1
commit bfeee8673c
26 changed files with 147 additions and 1266 deletions

View File

@@ -1,14 +1,13 @@
import { SharedHelper } from "../helpers/shared-helper";
import path from "path";
import path from "node:path";
const helper = new SharedHelper(path.join(__dirname, '../../dashboard/shared'))
helper.clear();
// TODO: Email service as external repo
helper.create('services');
helper.copy('services/DateService.ts');
helper.copy('services/EmailService.ts');
helper.create('data');