Startup script

This commit is contained in:
James Shiffer 2024-02-06 23:23:54 +00:00
parent 2bb82219ce
commit 6ddfd8580b
3 changed files with 6 additions and 1 deletions

2
.env
View File

@ -1 +1 @@
PORT=3000
PORT=5555

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
**/.env
**/*.js
**/*.js.map
**/nohup.out
# Logs
logs

4
start.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
nohup npm start &
cd discord
nohup npm start