App
1. App Config (app.lua)
Config.AppSettings = {
id = "kartik-boosting", -- Do not change this
name = "Boosting",
url = 'https://cfx-nui-' .. GetCurrentResourceName() .. '/web/index.html',
color = "from-blue-500 to-indigo-600",
isNetworkStatusRequired = true,
icon = "Laptop",
isVisible = function ()
return true
end
}Last updated