타임존설정

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

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"
}
}