I updated to 2.0.0-beta and all works except sidecar
This part in config related to sidecar (shell plugin)
...
"plugins": {
"shell": {
"scope": [
{
"name": "binaries/api",
"sidecar": true
}
]
}
}
...
Does anyone have an example of what changed since last time for shell plugin?