Pepguy commited on
Commit
11540af
·
verified ·
1 Parent(s): 2d922b3

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -1
start.sh CHANGED
@@ -17,4 +17,5 @@ echo "[SUCCESS] Redis is ready."
17
 
18
  # --- Step 3: Start Bun application ---
19
  echo "[INFO] Launching Bun app..."
20
- exec bun run app.js
 
 
17
 
18
  # --- Step 3: Start Bun application ---
19
  echo "[INFO] Launching Bun app..."
20
+ #exec bun run app.js
21
+ exec node app.js