refactor(compiler)!: move component generation to core

This commit is contained in:
Rahim
2026-06-19 19:37:09 -07:00
parent b2c6b3489f
commit f64acdfd15
158 changed files with 2849 additions and 712 deletions
+5
View File
@@ -0,0 +1,5 @@
export default {
components: ['./src/core/ui/*/*-component.ts'],
output: './src/core/ui/components.generated.ts',
runtimeImport: '../../jsx-runtime',
};