Skip to content

Commit

Permalink
chore: use local module in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Aug 29, 2024
1 parent 11196cd commit eca8ff1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
14 changes: 6 additions & 8 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
export default defineNuxtConfig({
devtools: { enabled: true },
modules: [
'@nuxtjs/device',
],
device: {
// enabled: true,
// defaultUserAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.39 Safari/537.36',
// refreshOnResize: false
},

modules: ['../src/module'],

device: {},

compatibilityDate: '2024-08-29',
})
13 changes: 0 additions & 13 deletions playground/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eca8ff1

Please sign in to comment.