Remove client components from devenv and justfile
All checks were successful
Server Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-18 14:17:34 +08:00
parent 5439b6d370
commit f17c88547b
2 changed files with 11 additions and 34 deletions

View File

@@ -26,18 +26,12 @@
enable = true;
version = "1.25.5";
};
javascript.enable = true;
javascript.corepack.enable = true;
};
env.PODMAN_COMPOSE_PROVIDER = "none";
processes = {
client-cms = {
exec = "pnpm run dev";
cwd = "./client/cms";
};
backend.exec = "sleep 30 && just watch-back";
server.exec = "sleep 30 && just watch";
lgtm.exec = ''
podman rm -f lgtm || true
podman run --name lgtm \