fix(devenv): use correct just command

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2025-12-28 17:11:31 +08:00
parent 580402a5c2
commit 228d838c37

View File

@@ -32,7 +32,7 @@
exec = "bun run dev";
cwd = "./client";
};
backend.exec = "just run";
backend.exec = "just backend";
};
tasks = {