Skip to content

Commit

Permalink
Merge pull request #28 from AndreyYolkin/patch-1
Browse files Browse the repository at this point in the history
feat: allow nuxt bridge
  • Loading branch information
artmizu authored Sep 5, 2023
2 parents e095ddb + efdbf67 commit ebaeb5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const module: NuxtModule<Partial<AnalyticsModuleParams>> = defineNuxtModule<Part
version,
configKey: 'prometheus',
compatibility: {
nuxt: '^3.0.0',
nuxt: '^3.0.0 || ^2.16.0',
bridge: true,
},
},
defaults: {
Expand Down

0 comments on commit ebaeb5a

Please sign in to comment.