diff --git a/.env b/.env index 2fc80e3..a8a6553 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -PORT=3000 +PORT=5555 diff --git a/.gitignore b/.gitignore index 79e658c..0c62001 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ **/.env **/*.js **/*.js.map +**/nohup.out # Logs logs diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..c76e267 --- /dev/null +++ b/start.sh @@ -0,0 +1,4 @@ +#!/bin/bash +nohup npm start & +cd discord +nohup npm start