7 lines
158 B
Batchfile
7 lines
158 B
Batchfile
@echo off
|
|
title BaibaoxiangServer
|
|
cd /d "%~dp0"
|
|
echo Starting Baibaoxiang Server...
|
|
echo Server will run on port 3000 (or configured port)
|
|
node index.js
|
|
pause |