Skip to content

Commit e7601e9

Browse files
committed
fix: add compatibility check
1 parent 8681939 commit e7601e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/module.ts

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ export default defineNuxtModule<ModuleOptions>({
3333
meta: {
3434
name: 'nuxt-surrealdb',
3535
configKey: 'surrealdb',
36+
compatibility: {
37+
nuxt: '>=3.10.0',
38+
},
3639
},
3740
defaults: {
3841
auth: {

0 commit comments

Comments
 (0)