[ ] ๐ Documentation (updates to the documentation or readme)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality)
[ ] โจ New feature (a non-breaking change that adds functionality)
[x] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
it is no longer necessary to specify a local module (in modules/ directory) - and in fact if one does so it should be either relative (./modules/...) or using an alias (~/modules/...).
๐ Linked issue
โ Type of change
๐ Description
it is no longer necessary to specify a local module (in
modules/
directory) - and in fact if one does so it should be either relative (./modules/...
) or using an alias (~/modules/...
).seems this was introduced in https://github.com/nuxt/ui/pull/789.
๐ Checklist