chore: Remove "Remote Development" mode from the example app

MR: !335 (merged)

Description

In the Example App, we have a Type dropdown to select between Remote Development and Client only.

Screenshot

Screenshot_2024-06-30_at_12.58.07_PM

We want to remove the Remote Development option, which means we can also remove this Type dropdown altogether and a bunch more related code in the example app.

Implementation details

  • In this place, where we have ExampleConfigClientOnly and ExampleConfigRemote, we want to remove ExampleConfigRemote and rename ExampleConfigClientOnly to simply ExampleConfig.
  • We'll want to get rid of the obj.type reference here since we don't need config type anymore (1).
  • In the components we can remove the <div block that creates the Type field (1) and the config-form-remote component altogether (1).
Edited by Victoria Owusu