mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 22:01:28 +00:00
1bc9e5ede6
Co-Authored-By: benjaminbra <benjamin.brasseur85@gmail.com>
26 lines
395 B
Lua
26 lines
395 B
Lua
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
|
|
|
description 'ESX Identity'
|
|
|
|
version '1.1.0'
|
|
|
|
server_scripts {
|
|
'@mysql-async/lib/MySQL.lua',
|
|
'@es_extended/locale.lua',
|
|
'server/main.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'@es_extended/locale.lua',
|
|
'client/main.lua'
|
|
}
|
|
|
|
ui_page 'html/index.html'
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/script.js',
|
|
'html/style.css'
|
|
}
|
|
|
|
dependency 'es_extended' |