Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
fix: update nuxt compatibility
Browse files Browse the repository at this point in the history
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
  • Loading branch information
danielroe authored Sep 3, 2022
1 parent 5a0a38a commit ef69802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineNuxtModule<ModuleOptions>({
name: 'nuxt-graphql-server',
configKey: 'graphqlServer',
compatibility: {
nuxt: '^3.0.0'
nuxt: '^3.0.0-rc.1'
}
},
defaults: {
Expand Down

0 comments on commit ef69802

Please sign in to comment.