Skip to content

Commit

Permalink
chore: Configure nuxt setting
Browse files Browse the repository at this point in the history
  • Loading branch information
riceball-tw committed Jan 10, 2025
1 parent 85e5ebb commit 5ce94a5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
devtools: { enabled: false },
tailwindcss: {
viewer: false
},
nitro: {
esbuild: {
options: {
target: 'esnext'
}
}
},
modules: [
'@nuxtjs/tailwindcss',
'shadcn-nuxt',
Expand Down

0 comments on commit 5ce94a5

Please sign in to comment.