We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6267583 commit 085f8fdCopy full SHA for 085f8fd
LICENSE
README.md
@@ -764,3 +764,7 @@ import { generate } from 'prisma-nestjs-graphql/generate';
764
- dummy-createfriends.input.ts -> `create-friends`
765
- check 'TODO FIXME'
766
- 22.12 node require esm (update all deps to latest)
767
+
768
+## License
769
770
+[MIT License](https://opensource.org/licenses/MIT) (c) 2025
Taskfile
@@ -8,7 +8,7 @@ build() {
8
mkdir dist
9
# https://esbuild.github.io/api/#target
10
cp -fv src/bin.js dist
11
- cp -fv README.md LICENSE dist
+ cp -fv README.md dist
12
npx pkgroll --target=es2020 --export-condition=node
13
cat package.json | jq '.main = "./index.cjs"' |
14
jq '.types = "./index.d.ts"' |
0 commit comments