Basic backend support and config loading from file
This commit is contained in:
@@ -6,6 +6,7 @@ export interface Settings {
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
name: string;
|
||||
services: serviceItem[];
|
||||
settings: Settings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user