Scripts/resources/[cfx-default]/[local]/screenshot-basic/fxmanifest.lua

18 lines
300 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 19:48:41 +00:00
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'