Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Mar 26, 2024
1 parent 5f594aa commit cafbf76
Show file tree
Hide file tree
Showing 4 changed files with 1,056 additions and 1,279 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Placeholder for the next version (at the beginning of the line):
## __WORK IN PROGRESS__
-->
## __WORK IN PROGRESS__
* (stevenengland) Add support for jsonconfig json5 files hot reload

## 0.7.1 (2023-11-09)
* (Apollon77) downgrade boxen again to fix problems with it

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ class DevServer {
ignoreRoot: [],
delay: 2000,
execMap: { js: 'node --inspect --preserve-symlinks --preserve-symlinks-main' },
signal: 'SIGINT',
signal: 'SIGINT', // wrong type definition: signal is of type "string?"
args,
});
nodemon_1.default
Expand Down
Loading

0 comments on commit cafbf76

Please sign in to comment.