You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
environment:
OS: win10 pro
Node: v12.13.0
npm: 6.14.5
npm script:
"start": "ts-node-dev --respawn --transpile-only --no-notify --watch ./src --debounce 2000 src/index.ts ",debounce does not work as expected.
Once files are modified, the server will restart. :(
Any help will be appreciated.