fix: resolve an issue where the prisma.schema location is semi-hardcoded #26
Annotations
7 errors and 2 warnings
Prepack:
src/module.ts#L29
Namespace '"/home/runner/work/nuxt-prisma/nuxt-prisma/node_modules/.prisma/client/default".Prisma' has no exported member 'PrismaClientOptions'.
|
Prepack:
src/module.ts#L53
Object literal may only specify known properties, and 'datasources' does not exist in type 'ModuleOptions | ((nuxt: Nuxt) => ModuleOptions)'.
|
Prepack:
src/module.ts#L115
Property 'log' does not exist on type 'ModuleOptions'.
|
Prepack:
src/module.ts#L116
Property 'errorFormat' does not exist on type 'ModuleOptions'.
|
Prepack:
src/module.ts#L163
Property 'log' does not exist on type 'ModuleOptions'.
|
Prepack:
src/module.ts#L264
Property 'log' does not exist on type 'ModuleOptions'.
|
Prepack
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Code:
playground/server/api/hello.ts#L1
'event' is defined but never used
|
Loading