Restruct justfile

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-20 15:48:52 +08:00
parent 55afbb29b4
commit 194f1fa1fe
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
};
processes = {
vite = {
client = {
exec = "pnpm run dev";
cwd = "./client";
};