Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore: remove some commment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec committed Mar 28, 2022
1 parent 33e678a commit c9c3f17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nuxt3/src/pages/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export default defineNuxtModule({
'export default {',
'...configRouterOptions,',
// We need to reverse spreading order to respect layers priority
// ? Do we care about trailing `,` for last item ?
...routerOptionsFiles.map((_, index) => `...routerOptions${index},`).reverse(),
'}'
].join('\n')
Expand Down

0 comments on commit c9c3f17

Please sign in to comment.