use pangolin cli for container

This commit is contained in:
miloschwartz
2026-02-12 14:51:11 -08:00
parent a35586f762
commit e9d0ad6e37
3 changed files with 25 additions and 25 deletions

View File

@@ -18,11 +18,11 @@ export type CommandItem = string | { title: string; command: string };
const PLATFORMS = [
"unix",
"windows",
"docker",
"kubernetes",
"podman",
"nixos"
"nixos",
"windows"
] as const;
type Platform = (typeof PLATFORMS)[number];