Initial commit — Southwest Roleplay FiveM
This commit is contained in:
28
fxmanifest.lua
Normal file
28
fxmanifest.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
description 'Southwest Roleplay'
|
||||
version '1.0.0'
|
||||
|
||||
-- Server scripts (Node.js runtime, CommonJS bundles)
|
||||
server_scripts {
|
||||
'dist/server/index.js',
|
||||
}
|
||||
|
||||
-- Client scripts (single bundled file)
|
||||
client_scripts {
|
||||
'dist/client/index.js',
|
||||
}
|
||||
|
||||
-- NUI page (same Vue UI from game-client)
|
||||
ui_page 'ui/index.html'
|
||||
|
||||
files {
|
||||
'ui/**',
|
||||
}
|
||||
|
||||
-- Dependencies
|
||||
dependencies {
|
||||
'/server:7290',
|
||||
'/onesync',
|
||||
}
|
||||
Reference in New Issue
Block a user