chore: replace components with core-ui, upgrade eslint

This commit is contained in:
jialin
2026-04-24 14:28:30 +08:00
committed by jialin
parent d48aa99dcc
commit 8711c27b78
470 changed files with 1017 additions and 24093 deletions
+11 -4
View File
@@ -17,15 +17,22 @@
"paths": {
"@/*": ["./src/*"],
"@@/*": ["./src/.umi/*"],
"@@test/*": ["./src/.umi-test/*"]
"@@test/*": ["./src/.umi-test/*"],
"@gpustack/core-ui": ["../core-ui/src/index.ts"],
"@gpustack/core-ui/*": ["../core-ui/src/*"],
"@gpustack/core-ui/hooks": ["../core-ui/src/lib/hooks"],
"@gpustack/core-ui/utils": ["../core-ui/src/lib/utils"],
"@gpustack/core-ui/types": ["../core-ui/src/lib/types"],
"@gpustack/core-ui/components": ["../core-ui/src/lib/components"],
"@gpustack/core-ui/lib/*": ["../core-ui/src/lib/*"]
}
},
"include": [
"./**/*.d.ts",
"./**/*.ts",
"./**/*.tsx",
"src/components/logs-viewer/parse-worker.ts",
"src/components/image-editor/invert-worker.ts",
"src/components/image-editor/offscreen-worker.ts"
"@gpustack/core-ui/lib/components/logs-viewer/parse-worker.ts",
"@gpustack/core-ui/lib/components/image-editor/invert-worker.ts",
"@gpustack/core-ui/lib/components/image-editor/offscreen-worker.ts"
]
}