Hi,
Apparently, i can’t use ‘require’ in config.lua. If i do:
local myVar = require("myVarfile")
at the top of my config.lua the app stops displaying properly. Is that the normal behavior? I thought since it is essentially a lua file i can use ‘require’.
If this is the normal behavior, is there a work around? (like copying values from the external file??)
thanks.
Luay