1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/mt_lib/fxmanifest.lua

25 lines
370 B
Lua
Raw Normal View History

2025-06-25 00:04:15 +02:00
fx_version 'cerulean'
game 'gta5'
author 'Marttins'
description 'Library with some UIs and useful functions'
lua54 'yes'
shared_scripts {
'@ox_lib/init.lua',
}
client_scripts {
'modules/**/client.lua'
}
server_scripts {
'modules/**/server.lua'
}
ui_page 'web/build/index.html'
files {
'web/build/index.html',
'web/build/**/*',
'web/assets/**/*',
}