타임존설정
This commit is contained in:
1
.env
1
.env
@@ -5,3 +5,4 @@
|
||||
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
|
||||
|
||||
DATABASE_URL="file:./prisma/dev.db"
|
||||
TZ=Asia/Seoul
|
||||
@@ -29,6 +29,7 @@
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "bun run starter.ts"
|
||||
"start": "bun run starter.ts",
|
||||
"postinstall": "bun x prisma generate"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user