use linebridge-boot

This commit is contained in:
SrGooglo 2025-02-11 17:11:00 +00:00
parent 9214d9eb96
commit e9fd320321

View File

@ -7,7 +7,7 @@
"services/*"
],
"scripts": {
"start:prod": "cross-env NODE_ENV=production hermes-node ./index.js",
"start:prod": "cross-env NODE_ENV=production linebridge-boot ./index.js",
"dev": "cross-env NODE_ENV=development hermes-node ./index.js",
"build:bin": "cd build && pkg ./index.js"
},