Some checks failed
Test / frontend-tests (pull_request) Successful in 1m29s
Test / frontend-typecheck (pull_request) Successful in 1m38s
PR Review Automation / review (pull_request) Successful in 3m58s
Test / rust-clippy (pull_request) Has been cancelled
Test / rust-fmt-check (pull_request) Has been cancelled
Test / rust-tests (pull_request) Has been cancelled
- Add ADR-010: Kubernetes Management UI with Lens Desktop v5.x feature parity - Add Kubernetes-Management.md wiki page - Update CHANGELOG.md with Phase 7 features - Update README.md with kubernetesStore and components - Update docs/architecture/README.md with ADR-010 - Fix build issues: downgrade tailwindcss v4 to v3, add vite-env.d.ts, fix tsconfig - All 114 frontend tests passing, 331 Rust tests passing, build successful
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module '*.css' {
|
|
const classes: { [key: string]: string };
|
|
export default classes;
|
|
}
|