Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Sep 12, 2024
1 parent bce7cf8 commit b508787
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export default defineNuxtConfig({
modules: [
'../src/module',
'@nuxt/icon',
'@nuxtjs/tailwindcss'
'@nuxtjs/tailwindcss',
],
colorMode: {
// storage: 'cookie',
},
})

0 comments on commit b508787

Please sign in to comment.