-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
It would be great to be able to import using globs like so:
AutoImport({
imports: [
// '@components/Form.astro',
// '@components/Radio.astro',
'@components/*',
// '@includes/Intro.md,
// '@includes/About.astro',
'@includes/*'
],
})And still use the same way:
<Form>
<Radio/>
</Form>I attempted to create something using Vite's glob-import but couldn't get it work :/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels