Skip to content

Commit

Permalink
build(config): enable devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Jul 25, 2024
1 parent ef2e884 commit aa763cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineNuxtConfig } from "nuxt/config";

export default defineNuxtConfig({
ssr: true,
devtools: { enabled: true },
modules: ["nuxt-primevue", "nuxt-oidc-auth"],

runtimeConfig: {
Expand Down Expand Up @@ -55,4 +56,4 @@ export default defineNuxtConfig({
],

compatibilityDate: "2024-07-25",
});
});

0 comments on commit aa763cb

Please sign in to comment.