feat: add startup script via bash script to initiate & commence application via ./start.sh or preferably pm2

This commit is contained in:
root 2024-08-24 13:47:25 +00:00
parent 8bb4aae735
commit 13c57c8470

2
start.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
node src/server.js