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 d44eef6bb7 - Show all commits

View File

@@ -9,7 +9,7 @@ bun_cmd := `realpath $(which bun)`
default: install clean build-back build-client run-back
backend: install clean build-back run-back
backend: clean build-back run-back
install:
cd {{ client_dir }} && {{ bun_cmd }} install