allow the server to be installed as an executable
This commit is contained in:
parent
45230dc112
commit
cb0edca784
|
|
@ -33,6 +33,7 @@
|
|||
"express": "^4.17.1",
|
||||
"sqlite3": "^4.2.0"
|
||||
},
|
||||
"bin": "./server.js",
|
||||
"engines": {
|
||||
"node": ">=10.19.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue