This commit is contained in:
Lorraxs 2023-12-11 13:59:38 +07:00
parent 499d1d00ef
commit db8983fc4e
2 changed files with 7 additions and 5 deletions

View File

@ -19,6 +19,12 @@ games {
"rdr3"
}
files {
'web/build/index.html',
'web/build/**/*',
}
ui_page 'web/build/index.html'
shared_scripts {
'@ox_lib/init.lua',
'@es_extended/imports.lua',
@ -27,7 +33,6 @@ shared_scripts {
"impl.lua",
}
ui_page 'web/build/index.html'
--[[ client_scripts {
"client/classes/*",
@ -39,7 +44,3 @@ server_script {
"server/impl/*"
}
files {
'web/build/index.html',
'web/build/**/*',
}

1
main.obf.lua Normal file

File diff suppressed because one or more lines are too long