Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
fix: Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Nov 1, 2024
1 parent 959d2aa commit e2ccbc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ export default defineNuxtConfig({
{
path: '~/node_modules/vue-instantsearch/src/components',
sourcemap: true,
}, // Enable source map generation for components
},
{
path: '~/domains/rpc/components',
sourcemap: true,
}, // Enable source map generation for components
},
{
path: '~/domains/graph/components',
sourcemap: true,
}, // Enable source map generation for components
},
{
path: '~/layouts',
sourcemap: true,
}, // Enable source map generation for components
},
],
},
typescript: {
Expand Down

0 comments on commit e2ccbc5

Please sign in to comment.