This commit is contained in:
Andras Bacsai
2021-05-16 21:54:44 +02:00
committed by GitHub
parent 23a4ebb74a
commit adcd68c1ab
68 changed files with 2466 additions and 1194 deletions

1
src/global.d.ts vendored
View File

@@ -43,6 +43,7 @@ export type Application = {
command: {
build: string | null;
installation: string;
start: string;
};
container: {
name: string;