Optional
Helper for creating a dynamic config value that will get its real value based on the "buildIdentifier" in your Forge config.
Usage: fromBuildIdentifier({ stable: 'App', beta: 'App Beta' })
fromBuildIdentifier({ stable: 'App', beta: 'App Beta' })
Register a virtual config file for forge to find. Takes precedence over other configuration options like a forge.config.js file. Dir should point to the folder containing the app.
Unregister a forge config previously registered with registerForgeConfigForDirectory.
Helper for creating a dynamic config value that will get its real value based on the "buildIdentifier" in your Forge config.
Usage:
fromBuildIdentifier({ stable: 'App', beta: 'App Beta' })