Revert "build: new repos"

This reverts commit cfb8e742e4.
This commit is contained in:
Benzo
2023-01-18 15:08:44 +01:00
parent cfb8e742e4
commit 9f36559ac0
973 changed files with 81196 additions and 1226 deletions
-35
View File
@@ -1,35 +0,0 @@
fx_version 'adamant'
game 'gta5'
description 'ESX Identity'
lua54 'yes'
version '1.9.0'
shared_scripts {
'@es_extended/imports.lua',
'@es_extended/locale.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'locales/*.lua',
'config.lua',
'server/main.lua'
}
client_scripts {
'locales/*.lua',
'config.lua',
'client/main.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/js/script.js',
'html/css/style.css',
}
dependency 'es_extended'