fx_version 'cerulean'
game 'gta5'
description 'QB-VehicleKeys'
version '1.2.1'
ui_page 'NUI/index.html'
files {
    'NUI/index.html',
    'NUI/style.css',
    'NUI/script.js',
    'NUI/images/*',
}
shared_scripts {
    '@qb-core/shared/locale.lua',
    'locales/da.lua',
    'config.lua',
}
client_script 'client/main.lua'
server_script 'server/main.lua'
lua54 'yes'