This commit is contained in:
ry 2020-02-25 18:43:05 +01:00
commit 761e617597
2 changed files with 4 additions and 5 deletions

4
run.sh
View File

@ -5,5 +5,5 @@ NODE=node
while true;
do
$NODE $(pwd)/$FILE.js
done
$NODE $FILE.js
done

View File

@ -11,9 +11,8 @@ const exec = require("shell-exec");
const simpleIcons = require("simple-icons");
const con = require("./constants");
let { port, hostname } = {
port: 3621
//hostname: '67.182.206.28'
let { port } = {
port: 7777
};
const app = express();