feat: backend run script

This commit is contained in:
2025-11-15 13:53:40 +00:00
parent f84ec38af3
commit adcc6e8a4f

View File

@ -3,6 +3,9 @@
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"start": "bun run src/index.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/pg": "^8.15.6",