Skip to content

Commit d032306

Browse files
committed
chore(fix): fix hasQueryBuilder
1 parent a5ba968 commit d032306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ export default defineNuxtModule<ModuleOptions>({
398398

399399
const hasQueries = existsSync(queriesPath)
400400
const hasInterfaces = existsSync(interfacesPath)
401-
const hasQueryBuilder = existsSync(queryBuilderDir)
401+
const hasQueryBuilder = existsSync(builderPath)
402402

403403
// Inject aliases
404404
const nuxtOptions = nuxt.options

0 commit comments

Comments
 (0)