General config
config/general.lua
return {
---@type string
appId = 'fd_mountme',
---@type string
appName = 'MountMe',
---@type string
appDescription = 'MountMe - your way to a secure space around you!',
---@type boolean
defaultApp = true,
---@type boolean
isDevelopment = false,
---@type boolean
debug = false,
}

