Skip to content

Commit

Permalink
refactor(ui.config): break config into separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Nov 8, 2023
1 parent 042603a commit af6736f
Show file tree
Hide file tree
Showing 42 changed files with 1,336 additions and 1,324 deletions.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default defineNuxtModule<ModuleOptions>({
content: {
files: [
resolve(runtimeDir, 'components/**/*.{vue,mjs,ts}'),
resolve(runtimeDir, '*.{mjs,js,ts}')
resolve(runtimeDir, 'ui.config/**/*.{mjs,js,ts}')
],
transform: {
vue: (content) => {
Expand Down
Loading

0 comments on commit af6736f

Please sign in to comment.