23 lines
392 B
Lua
23 lines
392 B
Lua
fx_version "cerulean"
|
|
|
|
description "Basic React (TypeScript) & Lua Game Scripts Boilerplate"
|
|
author "Project Error"
|
|
version '1.0.0'
|
|
repository 'https://github.com/project-error/fivem-react-boilerplate-lua'
|
|
|
|
lua54 'yes'
|
|
|
|
games {
|
|
"gta5",
|
|
"rdr3"
|
|
}
|
|
|
|
ui_page 'web/build/index.html'
|
|
|
|
client_script "client/**/*"
|
|
server_script "server/**/*"
|
|
|
|
files {
|
|
'web/build/index.html',
|
|
'web/build/**/*',
|
|
} |