How to switch your service to the development mode (InDev)
Welcome to Something.Host!
In this guide you will learn how to toggle the development mode (InDev) on your service.
Development mode (InDev) allows you to run any linux command in your service. It's useful when you want to install dependencies using npm, pip, luarocks or whatever else you have.
To enable development mode (InDev), go to your Your service > Configuration

And clear out the "Startup Command" box from any text it may contain and hit save.

Make sure to Rebuild your service in order for the changes to be applied.
Updated on: 11/12/2020
Thank you!