@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "./CHANGELOG",
"tagline": "serverarium",
- "version": "0.1.36",
+ "version": "0.1.37",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
@@ -1 +1 @@
-v0.1.36
+v0.1.37
@@ -56,3 +56,4 @@ v0.1.33
v0.1.34
v0.1.35
v0.1.36
@@ -1,6 +1,6 @@
{
"name": "serveraium",
"description": "",
"main": "index.js",
"scripts": {
@@ -19,7 +19,7 @@ fi
echo "starting hypercored"
-hypercored --port {$DAT_TCP_PORT} > /run/h.log &
+pm2 start hypercored -- --port {$DAT_TCP_PORT}
sleep 5