mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- Allows for bundled kubectl config to be changed without code changes - Introduce @k8slens/kubectl-versions - Compile time fetching of versions - Update @swc/* packages Signed-off-by: Sebastian Malton <sebastian@malton.name>
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
import raw from "./build/versions.json";
|
|
|
|
export const kubectlVersions = raw as [string, string][];
|