refactor: remove config type from Example App
Issue: #371 (closed)
Description
Following the removal of Remote Development from the Example App, the usage of ConfigType
became impractical because it was meant to maintain the client and remote types. Due to there only being a client side config, all general mentions or uses of config type were removed for overall code efficiency in the Example App. initConfigForType
was transformed into initConfig
due to its alternating purpose, assigning a value to it instead. Additionally, any errors checking for ConfigType
were altered as well.
Screenshots
Edited by Cindy Halim