Is there a way to fetch showRuntimeErrors in the config,lua file?

I’m trying to setup my app so that it runs in debug mode when the showRuntimeErrors boolean is set to true in the config.lua. I know I can set a debug flag in my main.lua but I’m afraid I will forget to check both spots before uploading the app to the app store.

The values in config.lua are not exposed to your app in way that you can get to them.  You could have a settings.lua file that you include if you don’t want it in your main.lua.

That’s what I figured but I thought I’d ask. Thanks for the reply

The values in config.lua are not exposed to your app in way that you can get to them.  You could have a settings.lua file that you include if you don’t want it in your main.lua.

That’s what I figured but I thought I’d ask. Thanks for the reply