From 3f05dbe1e69be84a810b3bef63471476173dc192 Mon Sep 17 00:00:00 2001 From: Asai Neko Date: Sun, 28 Dec 2025 16:33:46 +0800 Subject: [PATCH] Rename client-dev to client Signed-off-by: Asai Neko --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 82c35bb..470796e 100644 --- a/justfile +++ b/justfile @@ -19,7 +19,7 @@ clean: mkdir -p {{ output_dir }} cp {{ join(project_dir, "config.default.yaml") }} {{ join(output_dir, "config.yaml") }} -client-dev: +client: cd {{ client_dir }} && {{ bun_cmd }} dev build-client: