-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
- Versions: bun@v1.1.29, linux@6.5.0-1027-oem
nodemon -v
: 3.1.7- Operating system/terminal environment (powershell, gitshell, etc): ubuntu/bash
- Using Docker? What image: oven/bun
Expected behaviour
The NodemonConfig
interface is missing legacyWatch
, dump
and some others.
Actual behaviour
Unable to add these options without extending the interface manually in my project.
I can open a PR if it's ok :)