- 디렉토리 구조 개선
This commit is contained in:
geonhee-min
2025-12-10 17:13:28 +09:00
parent f451306c90
commit 9578b37c64
19 changed files with 84 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'drizzle-kit';
import dotenv from 'dotenv';
dotenv.config();
dotenv.config({ path: `.env.${process.env.NODE_ENV}` });
export default defineConfig({
dialect: "postgresql",