Files
web/server/dev.bat
2026-03-17 01:00:11 +08:00

9 lines
182 B
Batchfile

@echo off
chcp 65001 >nul
cd /d "%~dp0"
echo Starting backend with hot reload...
if not exist tmp mkdir tmp
CompileDaemon -command=tmp\main.exe -build="go build -o tmp\main.exe ."