base structure for list printing with custom template

This commit is contained in:
Julian Krauser 2025-03-18 16:54:53 +01:00
parent e2a916f37d
commit a085de6e2f
19 changed files with 279 additions and 98 deletions

View file

@ -1,4 +1,5 @@
import "dotenv/config";
import "./handlebars.config";
import express from "express";
import { BACKUP_AUTO_RESTORE, configCheck, SERVER_PORT } from "./env.defaults";