mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
force bun 1.3.4
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
"name": "@issue/backend",
|
"name": "@issue/backend",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"engines": {
|
||||||
|
"bun": "1.3.4"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "bun --watch src/index.ts --dev --PORT=3000",
|
"dev": "bun --watch src/index.ts --dev --PORT=3000",
|
||||||
"start": "bun src/index.ts --PORT=3000",
|
"start": "bun src/index.ts --PORT=3000",
|
||||||
|
|||||||
Reference in New Issue
Block a user