Files
AstroConfig/updater.lua
2023-11-03 21:04:02 +01:00

13 lines
246 B
Lua

return {
remote = "origin",
channel = "nightly",
version = "latest",
branch = "main",
commit = nil,
pin_plugins = nil,
skip_prompts = false,
show_changelog = true,
auto_reload = false,
auto_quit = false,
}