Configure the store configuration file
mainThe store.config.json file is used to define versioned configuration settings for the application. Currently, it supports a configVersion to manage schema evolution and an apple object for platform-specific settings.
Note: The apple object is currently empty in the default configuration.
{
"configVersion": 0,
"apple": {}
}