API Actions not saved unless Deployed in Development

Wappler Version : 5.4.2
Operating System : Windows 10 x64
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker

Expected behavior

New API actions and making changes in actions should be visible without deploy in Development evnrionment

Actual behavior

API Actions and changes are not saved unless deployed

How to reproduce

What I tried:

  • Restart Wappler
  • Restart Docker
  • Restart PC
  • Re-install Wappler 5.4.1

Nothing of above helped.

So for no reason Wappler yesterday changed WEB Dockerfile file:
New value

CMD [ "nodemon", "./index.js" ]

Old value

CMD [ "nodemon", "--legacy-watch", "./index.js" ]

With old value new API actions and changes inside API actions are saved without deployment.

@George @patrick any explanation of such behaviour?