bun start

This commit is contained in:
kjy
2025-12-16 20:21:16 +09:00
parent ebc41a3863
commit c3204f5df3

View File

@@ -27,5 +27,8 @@
"p-limit": "^7.2.0",
"prisma": "7.0.1",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "bun run starter.ts"
}
}