Skip to content

Commit

Permalink
chore: enable nuxt devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Dec 9, 2023
1 parent 67a04f5 commit 96290f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ export default defineNuxtConfig({
typescript: {
// typeCheck: "build", // TODO enable typechecking on build
},
devtools: {
enabled: true,

timeline: {
enabled: true,
},
},
nitro: {
preset: "node-cluster",
compressPublicAssets: true,
Expand Down

0 comments on commit 96290f9

Please sign in to comment.