pub const DEFAULT_REFRESH_INTERVAL_SECS: u64 = 2;
pub const DEFAULT_SORT: &str = "port";
pub const DEFAULT_SHOW_ESTABLISHED: bool = false;
pub const DEFAULT_PROJECT_MARKERS: &[&str] = &[
"package.json",
"Cargo.toml",
"go.mod",
"Gemfile",
"requirements.txt",
"pyproject.toml",
"setup.py",
"Pipfile",
"mix.exs",
"build.gradle",
"build.gradle.kts",
"pom.xml",
"composer.json",
"pubspec.yaml",
"deno.json",
"bun.lockb",
".git",
"CMakeLists.txt",
"flake.nix",
];