Skip to content

Merge pull request #50 from prisma/DA-1571 #1

Merge pull request #50 from prisma/DA-1571

Merge pull request #50 from prisma/DA-1571 #1

Triggered via push November 11, 2024 09:17
Status Failure
Total duration 51s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Release: src/module.ts#L7
Cannot find module '@nuxt/kit'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
Release: src/module.ts#L9
Cannot find module 'defu'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
Release: src/module.ts#L25
Cannot find module '@prisma/client'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
Release: src/module.ts#L66
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
Release: src/module.ts#L67
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
Release: src/module.ts#L93
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
Release: src/module.ts#L93
Property 'env' does not exist on type 'ImportMeta'.
Release
Process completed with exit code 1.
Release: playground/server/api/hello.ts#L1
'event' is defined but never used