Skip to content

Tags: remy/nodemon

Tags

v3.1.11

Toggle v3.1.11's commit message
fix: script.start with missing file

Fixes #2258

The issue was that the scripts couldn't be found, so it was just trying
to repeatedly read it from scripts.start.

Now if nodemon is in the scripts.start command it exits out the logic.

v3.1.10

Toggle v3.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update types and jsdocs (#2232)

Fix #2231 by @zAlweNy26

v3.1.9

Toggle v3.1.9's commit message
fix: maintain backward support for `exitcrash`

v3.1.8

Toggle v3.1.8's commit message
chore: fix merge conflict

v3.1.7

Toggle v3.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: types for export on ESModule (#2211)

v3.1.6

Toggle v3.1.6's commit message
Merge branch 'main' of github.com:remy/nodemon

v3.1.5

Toggle v3.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add missing ignore option to type defintion of config (#2224)

Co-authored-by: Dido (Christoph Poelt) <christoph.poelt@valiton.com>

v3.1.4

Toggle v3.1.4's commit message
docs: clarify how to handle SIGUSR2

Fixes #1889

v3.1.3

Toggle v3.1.3's commit message
fix: cast the nodemon function as Nodemon type

Fixes #2206

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Type exports correctly (#2207)

Big thanks to @KevinGruber for both flagging this and fixing it.

Fixes #2206 

Types now exported when importing nodemon.