ed
This commit is contained in:
parent
4f7a53e4a7
commit
10de5a6c76
33 changed files with 2124 additions and 0 deletions
24
resources/[tools]/dialog/fxmanifest.lua
Normal file
24
resources/[tools]/dialog/fxmanifest.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'ST4lTH'
|
||||
description 'Dialog'
|
||||
version '1.0.0'
|
||||
|
||||
client_scripts {
|
||||
'client/*.lua',
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'config.lua',
|
||||
}
|
||||
|
||||
files {
|
||||
'web/dist/index.html',
|
||||
'web/dist/**/*',
|
||||
}
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
ui_page 'web/dist/index.html'
|
||||
--ui_page 'http://localhost:3000/' -- Dev
|
Loading…
Add table
Add a link
Reference in a new issue