Add dev-back for justfile, just for develop backend

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-20 15:26:56 +08:00
parent 087cd4ee51
commit f0cca0cda4
2 changed files with 5 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
exec = "bun run dev";
cwd = "./client";
};
backend.exec = "just dev-back";
backend.exec = "just watch-back";
};
services = {