Changes to Content pages are immediately reflected.
Changes to API’s are not available until I restart the node server.
If I use --watch on PM2, then the API changes trigger a restart, but for Content pages it restarts the server twice (nodemon is doing one, and then PM2 is doing one.)
@patrick@George What is the proper config when using PM2 to manage multiple sites on one server? Is this just a bug on the restart.txt of API files?
Understood...maybe I made an incorrect assumption that Wappler was using nodemon--I haven't loaded it myself, I only added PM2 (for other reasons, not restart.)
Can I turn off the Wappler restart.txt upload somehow and just rely on PM2? A setting in config.json for example?