Skip to content

Commit

Permalink
chore: add module to playground as a dependency (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Apr 20, 2024
1 parent 000c996 commit d6290cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default defineNuxtConfig({
modules: ['../src/module.ts'],
modules: ['nuxt-gtag'],

gtag: {
enabled: false,
Expand Down
3 changes: 3 additions & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate"
},
"dependencies": {
"nuxt-gtag": "workspace:"
}
}
6 changes: 5 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit d6290cc

Please sign in to comment.