This commit is contained in:
SrGooglo 2024-09-10 01:56:32 +00:00
parent 0d904f4793
commit 8c744fbee2

View File

@ -5,8 +5,8 @@
"private": true,
"workspaces": [
"services/*"
],
"scripts": {
],
"scripts": {
"start:prod": "cross-env NODE_ENV=production hermes-node ./index.js",
"dev": "cross-env NODE_ENV=development hermes-node ./index.js",
"build:bin": "cd build && pkg ./index.js"