mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- FakeMUI now imports hooks directly from root /hooks folder (not barrel export) - Avoids pulling in hooks with project-specific dependencies (@/lib/routing) - useAccessible, useToast, useMediaQuery, useDragResize all use direct imports - Removed @metabuilder/hooks dependency from fakemui package.json - Updated workflowui to use CSS globals instead of complex M3 SCSS - Created globals.css with precompiled M3 design tokens - Bypasses complex SCSS module dependencies (cdk) - Fixed React types mismatch (upgraded @types/react to ^19.0.0) - Cleaned up duplicate accessibility code in fakemui/src/utils/ - Removed CodeQL artifacts and build scripts - Build succeeds with Next.js 16 webpack mode Organization per user guidelines: - SCSS stays in fakemui folder - Hooks stay in root hooks folder - Components stay in root components folder Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"version": 4,
|
|
"vendor": {
|
|
"conan": {}
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "vita-release",
|
|
"inherits": [
|
|
"conan-release"
|
|
],
|
|
"cacheVariables": {
|
|
"ENABLE_VITA": "ON"
|
|
},
|
|
"environment": {
|
|
"VITASDK": "/usr/local/vitasdk"
|
|
}
|
|
}
|
|
],
|
|
"include": [
|
|
"build/build/Release/generators/CMakePresets.json"
|
|
]
|
|
} |