Remove client components from devenv and justfile
All checks were successful
Server Check Build (NixCN CMS) TeamCity build finished
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user