mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 19:06:21 +00:00
34 lines
370 B
Plaintext
34 lines
370 B
Plaintext
|
# source
|
||
|
libs
|
||
|
prisma
|
||
|
src
|
||
|
test
|
||
|
|
||
|
.env
|
||
|
.env.example
|
||
|
.eslintrc.js
|
||
|
jsr.json
|
||
|
mod.ts
|
||
|
nest-cli.json
|
||
|
package-lock.json
|
||
|
tsconfig.build.json
|
||
|
tsconfig.lib.json
|
||
|
jest.config.json
|
||
|
index.ts
|
||
|
plugin.ts
|
||
|
package-lock.json
|
||
|
.eslintignore
|
||
|
.eslintrc.js
|
||
|
tsconfig.json
|
||
|
.prettierrc
|
||
|
.circleci
|
||
|
.github
|
||
|
|
||
|
#misc
|
||
|
renovate.json
|
||
|
npm-debug.log
|
||
|
.DS_Store
|
||
|
.commitlintrc.json
|
||
|
.release-it.json
|
||
|
CONTRIBUTING.md
|