feat(nui): Initial NUI files

This commit is contained in:
Luke
2022-03-13 22:30:57 +01:00
parent 2ce934c41a
commit 5314b59e8b
17 changed files with 10231 additions and 0 deletions

View File

@@ -33,10 +33,14 @@ dependencies {
'/onesync',
}
ui_page 'web/build/index.html'
files {
'init.lua',
'imports/**/client.lua',
'imports/**/shared.lua',
'web/build/index.html',
'web/build/**/*'
}
shared_script 'resource/main.lua'