dockerize!

changes to sequelize, env loading, ts workflow, minor improvements
This commit is contained in:
2025-03-18 18:36:05 -07:00
parent 8c909929d1
commit 57c82dd71c
18 changed files with 236 additions and 992 deletions

View File

@@ -1,6 +1,7 @@
import path from "path";
import { createLogger, transports, config, format, type Logger } from "winston";
import { createLogger, transports, config, format } from "winston";
import type { Logger } from "winston";
const { combine, timestamp, printf } = format;