force bun 1.3.4

This commit is contained in:
Oliver Bryan
2026-01-08 12:21:04 +00:00
parent 82274b7975
commit c4cfe23cd2

View File

@@ -2,6 +2,9 @@
"name": "@issue/backend",
"version": "0.1.0",
"type": "module",
"engines": {
"bun": "1.3.4"
},
"scripts": {
"dev": "bun --watch src/index.ts --dev --PORT=3000",
"start": "bun src/index.ts --PORT=3000",