now it s not possible to disable an app, instead it s possible to install / uninstall an app.
The drawback is that the underlying install process involves npm i, which can and does trigger compilation of various node-gyp based modules.
Quiet slow actually.
So configuration for each app could have a flag to enable/disable app, then being able to switch it to load/unload an app.
Hi,
now it s not possible to disable an app, instead it s possible to install / uninstall an app.
The drawback is that the underlying install process involves npm i, which can and does trigger compilation of various node-gyp based modules. Quiet slow actually.
So configuration for each app could have a flag to enable/disable app, then being able to switch it to load/unload an app.