This commit is contained in:
2025-07-04 00:02:18 +08:00
parent c7ddaf88f6
commit b3993f654c
4 changed files with 28 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import { Sequelize } from 'sequelize';
import { config } from './config.ts';
import { log } from '../logger/index.ts';
import { log } from './logger.ts';
export type PostgresConfig = {
postgres: {
username: string;