feat: add resource monitoring and provider upgrade

This commit is contained in:
Codex
2026-05-04 13:04:39 +00:00
parent 8726611b6f
commit 2a03f6343c
27 changed files with 1807 additions and 130 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
"skipLibCheck": true,
"noEmit": true
},
"include": ["components/**/*.ts"],
"include": ["components/**/*.ts", "components/**/*.tsx"],
"exclude": ["components/**/dist/**"]
}