From 9aa12420e8e2fa81f58c19bca3a8de46359bf803 Mon Sep 17 00:00:00 2001 From: kjy Date: Wed, 4 Mar 2026 10:56:41 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=80=EC=9E=84=EC=A1=B4=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 8c1c6b5..97ac57f 100644 --- a/.env +++ b/.env @@ -4,4 +4,5 @@ # Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB. # See the documentation for all the connection string options: https://pris.ly/d/connection-strings -DATABASE_URL="file:./prisma/dev.db" \ No newline at end of file +DATABASE_URL="file:./prisma/dev.db" +TZ=Asia/Seoul \ No newline at end of file diff --git a/package.json b/package.json index 39ba917..50c00b5 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "xlsx": "^0.18.5" }, "scripts": { - "start": "bun run starter.ts" + "start": "bun run starter.ts", + "postinstall": "bun x prisma generate" } }