Update 19.11.2022
This commit is contained in:
18
HTML/gcphone/resources/screenshot-basic/fxmanifest.lua
Normal file
18
HTML/gcphone/resources/screenshot-basic/fxmanifest.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
fx_version 'bodacious'
|
||||
game 'common'
|
||||
|
||||
client_script 'dist/client.js'
|
||||
server_script 'dist/server.js'
|
||||
|
||||
dependency 'yarn'
|
||||
dependency 'webpack'
|
||||
|
||||
webpack_config 'client.config.js'
|
||||
webpack_config 'server.config.js'
|
||||
webpack_config 'ui.config.js'
|
||||
|
||||
files {
|
||||
'dist/ui.html'
|
||||
}
|
||||
|
||||
ui_page 'dist/ui.html'
|
||||
Reference in New Issue
Block a user