Skip to content

Commit

Permalink
Merge pull request #40 from melfore/32-node-version-update-support-ve…
Browse files Browse the repository at this point in the history
…rsion-20

Node version update (support version 20) + nodemon config
  • Loading branch information
erosval authored Dec 21, 2023
2 parents 578bd9f + 1ec8ad1 commit 476b6c8
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 328 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
5 changes: 5 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"watch": ["src", "config", "test/resources"],
"ext": "ts,js,json",
"ignore": ["src/**/*.spec.ts"]
}
Loading

0 comments on commit 476b6c8

Please sign in to comment.