First merge from develop to main (WIP) #7

Merged
sugar merged 199 commits from develop into main 2026-01-27 17:47:07 +00:00
Showing only changes of commit 2e76a4c6a7 - Show all commits

View File

@@ -21,10 +21,10 @@ clean:
client:
cd {{ client_dir }} && {{ pnpm_cmd }} run dev
build-client: clean
build-client:
cd {{ client_dir }} && {{ pnpm_cmd }} run build --outDir {{ join(output_dir, "static") }}
build-back: clean
build-back:
{{ go_cmd }} build -o {{ exec_path }}{{ if os() == "windows" { ".exe" } else { "" } }} {{ server_enrty }}
run-back: