Open carlosdtrejo opened 18 hours ago
There are two sections in the config file -- "env_deps" are used to build the environment, and "app_deps" for the docker image. We could automate merging the two via the CLI when making the environment, or manually add the "app_deps" to the environment list in the examples.
The automated merge might be better, so the two dependency sections are still separated by their semantic purpose, in which case it's a CLI change.
From support ticket #166:
@EdwinWiseOne enhanced support for local development would be beneficial for users. Would this require changes to the Edge CLI?