This commit is contained in:
kjy
2025-12-16 20:30:59 +09:00
parent c3204f5df3
commit bacadae008

View File

@@ -29,6 +29,6 @@
"xlsx": "^0.18.5" "xlsx": "^0.18.5"
}, },
"scripts": { "scripts": {
"start": "bun run starter.ts" "start": "bun run src/starter.ts"
} }
} }