mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
fix: build failing
This commit is contained in:
@@ -9,7 +9,9 @@ export function cn(...inputs: ClassValue[]) {
|
|||||||
|
|
||||||
// Re-export getErrorMessage from @automaker/utils to maintain backward compatibility
|
// Re-export getErrorMessage from @automaker/utils to maintain backward compatibility
|
||||||
// for components that already import it from here
|
// for components that already import it from here
|
||||||
export { getErrorMessage } from '@automaker/utils';
|
// NOTE: Using subpath export to avoid pulling in Node.js-specific dependencies
|
||||||
|
// (the main @automaker/utils barrel imports modules that depend on @automaker/platform)
|
||||||
|
export { getErrorMessage } from '@automaker/utils/error-handler';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine if the current model supports extended thinking controls
|
* Determine if the current model supports extended thinking controls
|
||||||
|
|||||||
@@ -17,6 +17,10 @@
|
|||||||
"./debounce": {
|
"./debounce": {
|
||||||
"types": "./dist/debounce.d.ts",
|
"types": "./dist/debounce.d.ts",
|
||||||
"default": "./dist/debounce.js"
|
"default": "./dist/debounce.js"
|
||||||
|
},
|
||||||
|
"./error-handler": {
|
||||||
|
"types": "./dist/error-handler.d.ts",
|
||||||
|
"default": "./dist/error-handler.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user