refactor(client): split client to cms/mobile/party

Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-01-20 16:11:38 +08:00
parent ecbb890cac
commit b2c5f8de38
144 changed files with 21 additions and 17 deletions

View File

@@ -30,9 +30,9 @@
};
processes = {
client = {
client-cms = {
exec = "pnpm run dev";
cwd = "./client";
cwd = "./client/cms";
};
backend.exec = "just watch-back";
};