Skip to content

Commit

Permalink
chore: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 24, 2022
1 parent 4d01321 commit 70527ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .nuxtrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
typescript.includeWorkspace=true
imports.autoImport=false
1 change: 0 additions & 1 deletion playground/nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { defineNuxtConfig } from 'nuxt'
import colorModeModule from '../src/module'

export default defineNuxtConfig({
Expand Down
8 changes: 8 additions & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "color-mode-playground",
"private": true,
"dependencies": {
"@nuxtjs/color-mode": "latest",
"nuxt": "latest"
}
}

0 comments on commit 70527ce

Please sign in to comment.