Skip to content

Commit

Permalink
chore: Bump for nx 19
Browse files Browse the repository at this point in the history
  • Loading branch information
klerick committed Dec 5, 2024
1 parent 7063fb4 commit 1ff78cd
Show file tree
Hide file tree
Showing 9 changed files with 8,472 additions and 5,985 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DB_HOST=localhost
DB_HOST=192.168.2.243
DB_LOGGING=1

DB_USERNAME="postgres"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ testem.log
Thumbs.db

.nx/cache
.nx/workspace-data
.angular
.dev.env
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/coverage
/.nx/cache
.angular

/.nx/workspace-data
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,10 @@ $ npm run seed:run
## Running the example app

```bash
# build plugin
$ npm run json-api-nestjs:build

# dev server
$ npm run example:serve
$ npm run demo:json-api

```

## Test

```bash
# unit tests
$ nx test json-api-nestjs

# test coverage
$ nx test json-api-nestjs --coverage
```

## License

The plugin is [MIT licensed](LICENSE).
3 changes: 2 additions & 1 deletion apps/json-api-server-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"options": {
"jestConfig": "apps/json-api-server-e2e/jest.config.ts",
"passWithNoTests": true
"passWithNoTests": true,
"parallel": 1
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/json-api/json-api-nestjs/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "../../../dist/out-tsc",
"declaration": true,
"types": ["node"],
"target": "es2021",
"target": "es2023",
"strictNullChecks": true,
"noImplicitAny": true,
"strictBindCallApply": true,
Expand Down
Loading

0 comments on commit 1ff78cd

Please sign in to comment.