Remove justfile default and backend settings

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-20 15:50:20 +08:00
parent 194f1fa1fe
commit 63f8439886

View File

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