Skip to content

Commit cafbf76

Browse files
committed
prepare release
1 parent 5f594aa commit cafbf76

File tree

4 files changed

+1056
-1279
lines changed

4 files changed

+1056
-1279
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Placeholder for the next version (at the beginning of the line):
44
## __WORK IN PROGRESS__
55
-->
6+
## __WORK IN PROGRESS__
7+
* (stevenengland) Add support for jsonconfig json5 files hot reload
8+
69
## 0.7.1 (2023-11-09)
710
* (Apollon77) downgrade boxen again to fix problems with it
811

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ class DevServer {
987987
ignoreRoot: [],
988988
delay: 2000,
989989
execMap: { js: 'node --inspect --preserve-symlinks --preserve-symlinks-main' },
990-
signal: 'SIGINT',
990+
signal: 'SIGINT', // wrong type definition: signal is of type "string?"
991991
args,
992992
});
993993
nodemon_1.default

0 commit comments

Comments
 (0)