This commit is contained in:
Lukian 2023-06-06 17:37:44 +02:00
parent 03c833d26b
commit c86982ef26
8 changed files with 152 additions and 16 deletions

4
start.sh Normal file
View file

@ -0,0 +1,4 @@
while true
do
node app.js
done