Reaperxxxx commited on
Commit
7360e58
·
verified ·
1 Parent(s): 6d139ca

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +6 -0
start.sh CHANGED
@@ -1 +1,7 @@
 
 
 
 
 
 
1
  node server.js
 
1
+ #!/bin/bash
2
+
3
+ # Print a message to indicate the app is starting
4
+ echo "Starting the application..."
5
+
6
+ # Start the Node.js application
7
  node server.js