Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: remy/nodemon

Tags

v3.1.14

Toggle v3.1.14's commit message
fix: get watch working on windows

ref: #2270

I'm using minimatch's `windowsPathsNoEscape` option which does get the matching working again.

I'm wary that additional rules might not work, but this seems like the robust approach.

v3.1.13

Toggle v3.1.13's commit message
fix: TypeScript definition for 'restart' args

Fixes #2265

v3.1.12

Toggle v3.1.12's commit message
chore: semver-release wanted 22-24 🤦

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) <[email protected]>