Initial working prototype

This commit is contained in:
Fishandchips321 2025-12-20 20:48:14 +00:00
parent 3f6ff87370
commit ccc5337dc1
17 changed files with 506 additions and 57 deletions

View file

@ -0,0 +1,5 @@
export interface Service {
containerNamespace: string;
name: string;
running: boolean;
}