Skip to content

Commit

Permalink
enabled sourcemap
Browse files Browse the repository at this point in the history
Signed-off-by: a1cd <[email protected]>
  • Loading branch information
a1cd committed Feb 21, 2024
1 parent a39072c commit 86aa84f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ export default defineNuxtConfig({
}
}
},
sourcemap: {
server: true,
client: true
},
colorMode: {
preference: 'light' //eventually we will add color mode preference
},
Expand Down

0 comments on commit 86aa84f

Please sign in to comment.