feat(server): settings and module crud added in

This commit is contained in:
2025-03-04 16:43:45 -06:00
parent 5b9cadb76e
commit 2ad1dcc55b
19 changed files with 701 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
import {log} from "../../logger/logger.js";
export const sendEmail = async () => {
log.info("Preparing to send an email");
// settings
};