Commit 0c742cc2 authored by Ahmad's avatar Ahmad

inikt

parent dbf0b36e
Pipeline #226 failed with stages
@echo off
title Running Node.js App
echo Starting Node.js app...
cd /d "%~dp0" // Ensures the script runs from the directory where the batch file is located
node app.js // Runs your Node.js application
pause // Keeps the command prompt open after the script finishes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment