mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
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