/** * This is where you define the components that need to * be included in your library. Ensure that those * component names exist in ../components/** */ // TODO: implement to be triggered in correct Vite plugin build hook // needs to generate a file that exports all components/defines the web components const components = [ ['Counter', 'RenamedComponent'], 'ToggleDark', 'Logo', 'HelloWorld', 'Demo', ] export { components }