修改端口2333
This commit is contained in:
3
dev.bat
3
dev.bat
@@ -33,13 +33,14 @@ if errorlevel 1 (
|
||||
)
|
||||
|
||||
echo [INFO] Starting development server...
|
||||
echo [INFO] Server will be available at: http://localhost:3000
|
||||
echo [INFO] Server will be available at: http://localhost:2333
|
||||
echo [INFO] Press Ctrl+C to stop the server
|
||||
echo.
|
||||
echo ========================================
|
||||
echo.
|
||||
|
||||
REM Start the development server
|
||||
set PORT=2333
|
||||
call pnpm dev
|
||||
|
||||
REM If server exits, pause to show any errors
|
||||
|
||||
Reference in New Issue
Block a user