Files
k5_documents/fxmanifest.lua
2022-09-30 17:14:27 +02:00

31 lines
451 B
Lua

fx_version "cerulean"
description "A better document management script"
author "K5 Scripts"
version '1.2.1'
update "Added usable item config"
repository 'https://github.com/kac5a/k5_documents'
lua54 'yes'
games {
"gta5",
}
ui_page 'web/build/index.html'
client_scripts {
"config.lua",
"client/**/*"
}
server_scripts {
"@mysql-async/lib/MySQL.lua",
"config.lua",
"server/**/*"
}
files {
'web/build/index.html',
'web/build/**/*'
}