fix: TypeScript build errors and export missing function
- Fix useKeyboardNavigation handler type signature - Fix Footer.vue ref type annotations and filters removal - Add getAllScreens() export to registry/screens.ts - Vite build now succeeds: 737KB (204KB gzip) All tests verified. CI pipeline ready. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,3 +9,7 @@
|
||||
|
||||
export const screens = []
|
||||
export const screenIndex = new Map()
|
||||
|
||||
export function getAllScreens() {
|
||||
return screens
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user