feat: use process-compose to run ui dev environment

This commit is contained in:
Brian McGee
2025-05-15 10:32:39 +01:00
parent 6df4705efc
commit 9f81d299d9
8 changed files with 213 additions and 13 deletions

View File

@@ -102,7 +102,7 @@
"clan-app" = {
directory = "pkgs/ui/clan-app";
extraPythonPackages = (self'.packages.clan-app.devshellPyDeps pkgs.python3Packages);
extraPythonPaths = [ "../clan-cli" ];
extraPythonPaths = [ "../../clan-cli" ];
};
}
// (