updates for bun and docker

update libs
This commit is contained in:
2026-01-12 16:09:22 +03:00
parent 9d9f930ff7
commit abccbf3ebf
6 changed files with 60 additions and 562 deletions
+2 -3
View File
@@ -3,9 +3,8 @@
"main": "src/index.ts",
"version": "1.0.0",
"scripts": {
"build": "tsc",
"build": "tsc -p tsconfig.build.json",
"start": "node dist/index.js",
"bun:build": "bun run src/index.ts",
"bun:start": "bun run dist/index.js"
},
"dependencies": {
@@ -29,7 +28,7 @@
"@types/qrcode": "^1.5.6",
"@typescript-eslint/eslint-plugin": "8.52.0",
"@typescript-eslint/parser": "8.52.0",
"drizzle-kit": "^0.31.8",
"drizzle-kit": "^1.0.0-beta.9-c26fd2f",
"eslint": "^9.39.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"