This commit is contained in:
Louis Lam
2023-11-10 18:16:52 +08:00
parent eb6db8b31e
commit a12c6dc033
10 changed files with 69 additions and 1005 deletions

View File

@@ -19,11 +19,13 @@ export interface Arguments {
port? : number;
hostname? : string;
dataDir? : string;
stacksDir? : string;
}
// Some config values are required
export interface Config extends Arguments {
dataDir : string;
stacksDir : string;
}
export function checkLogin(socket : DockgeSocket) {