Files
mengyamonitor/start-backend.bat
2026-05-16 19:03:34 +08:00

7 lines
121 B
Batchfile

@echo off
chcp 65001 >nul
echo 启动后端服务器...
cd mengyamonitor-backend-server
go mod tidy
go run main.go