Skip to content

Commit

Permalink
refactor: remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-michalak committed Apr 22, 2024
1 parent 626f3b1 commit e7ee22e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,19 @@ dependencies {
ox_lib 'locale'

files {
'config/shared.lua',
'locales/*.json',
'**/config.json',
'**/config.lua'
}

shared_scripts {
'@ox_lib/init.lua',
'@qbx_core/modules/lib.lua',
'**/shared.lua'
'@qbx_core/modules/lib.lua'
}

client_scripts {
'@qbx_core/modules/playerdata.lua',
'config/client.lua',
'client/*.lua',
'**/client.lua'
}

server_script {
'config/server.lua',
'server/*.lua',
'**/server.lua'
}
server_script '**/server.lua'

0 comments on commit e7ee22e

Please sign in to comment.