feat: add automation features (auto-update, auto-start, scheduled updates)
This commit is contained in:
@@ -9,6 +9,11 @@ export interface ServerSettings {
|
||||
difficulty_presets: string
|
||||
active_config: string
|
||||
active_modlist: string
|
||||
auto_update_on_startup: boolean
|
||||
auto_start_on_startup: boolean
|
||||
auto_update_mods_on_startup: boolean
|
||||
was_running: boolean
|
||||
scheduled_update: string
|
||||
updated_at: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user