Skip to content

Commit cae29d8

Browse files
committed
fix(module): typecheck fix
1 parent e3d747f commit cae29d8

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
@@ -98,7 +98,7 @@ const nuxtModule = defineNuxtModule<ModuleOptions>({
9898
const appUrl = envAppUrl || devAppUrl
9999

100100
// Inject runtime configuration
101-
nuxt.options.runtimeConfig.edgeDb ??= await getEdgeDbConfiguration(appUrl, options, resolveProject(), options.injectDbCredentials)
101+
nuxt.options.runtimeConfig.edgeDb ??= await getEdgeDbConfiguration(appUrl, options, resolveProject(), options.injectDbCredentials) as any
102102

103103
console.log(nuxt.options.runtimeConfig.edgeDb)
104104

0 commit comments

Comments
 (0)