타임존설정

This commit is contained in:
kjy
2026-03-04 10:56:41 +09:00
parent 59a94f08e6
commit 9aa12420e8
2 changed files with 4 additions and 2 deletions

3
.env
View File

@@ -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"
DATABASE_URL="file:./prisma/dev.db"
TZ=Asia/Seoul

View File

@@ -29,6 +29,7 @@
"xlsx": "^0.18.5"
},
"scripts": {
"start": "bun run starter.ts"
"start": "bun run starter.ts",
"postinstall": "bun x prisma generate"
}
}