feat: refact syncrepo using go

This commit is contained in:
engigu
2026-02-27 11:35:55 +08:00
parent 54409696c4
commit 578e020f0d
10 changed files with 370 additions and 342 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ clean:
run:
@mkdir -p bin
$(GOBUILD) -o $(BINARY) main.go
./$(BINARY)
./$(BINARY) server
# Development run with hot reload (both frontend and backend)
dev: