#328·ndb

NDB relaod on file change not working

Author: Avi-E-KoenigCreated Feb 28, 2021Updated Jun 18, 2022

Steps to reproduce

  • ndb version:1.1.5
  • Platform / OS version:win10 ver 2004
  • Node.js version:v14.3.0

1.ndb nodemon --exec "node server.js" 2.ndb server.js

What is the expected result? when editing file in vscode I expect ndb to reload and show console outputs

What happens instead? it will only run manually by hitting ctrl+r