File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -408,9 +408,9 @@ export default defineNuxtModule<ModuleOptions>({
408408 nuxtOptions . nitro . typescript . tsConfig ??= { }
409409 nuxtOptions . nitro . typescript . tsConfig . compilerOptions ??= { }
410410 nuxtOptions . nitro . typescript . tsConfig . compilerOptions . paths ??= { }
411- nuxtOptions . nitro . typescript . tsConfig . compilerOptions . paths [ '#edgedb/queries' ] = [ `' ${ join ( dbschemaDir , '/queries.ts' ) } ' ` ]
412- nuxtOptions . nitro . typescript . tsConfig . compilerOptions . paths [ '#edgedb/interfaces' ] = [ `' ${ join ( dbschemaDir , '/interfaces.ts' ) } ' ` ]
413- nuxtOptions . nitro . typescript . tsConfig . compilerOptions . paths [ '#edgedb/builder' ] = [ `' ${ join ( dbschemaDir , '/query-builder/index.ts' ) } ' ` ]
411+ nuxtOptions . nitro . typescript . tsConfig . compilerOptions . paths [ '#edgedb/queries' ] = [ `${ join ( dbschemaDir , '/queries.ts' ) } ` ]
412+ nuxtOptions . nitro . typescript . tsConfig . compilerOptions . paths [ '#edgedb/interfaces' ] = [ `${ join ( dbschemaDir , '/interfaces.ts' ) } ` ]
413+ nuxtOptions . nitro . typescript . tsConfig . compilerOptions . paths [ '#edgedb/builder' ] = [ `${ join ( dbschemaDir , '/query-builder/index.ts' ) } ` ]
414414
415415 if ( ! nuxt . options . _prepare ) {
416416 await generateInterfaces ( )
You can’t perform that action at this time.
0 commit comments