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 63f8439886 - Show all commits

View File

@@ -7,10 +7,6 @@ exec_path := join(output_dir, project_name)
go_cmd := `realpath $(which go)` go_cmd := `realpath $(which go)`
pnpm_cmd := `realpath $(which pnpm)` pnpm_cmd := `realpath $(which pnpm)`
default: install clean build-back build-client run-back
backend: clean build-back run-back
install: install:
cd {{ client_dir }} && {{ pnpm_cmd }} install cd {{ client_dir }} && {{ pnpm_cmd }} install