---@type table
local opts = {
    port = 8890,
    open_browser = true,
    auto_refresh = true,
    refresh_delay = 300,
    css_path = nil,
    browser_command = nil,
    inactivity_timeout = 300,
}

return opts