mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Initial commit
Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
client_script('client.lua')
|
||||
|
||||
server_script "@mysql-async/lib/MySQL.lua"
|
||||
server_script "server.lua"
|
||||
|
||||
ui_page('html/index.html')
|
||||
|
||||
files({
|
||||
'html/index.html',
|
||||
'html/script.js',
|
||||
'html/style.css',
|
||||
'html/cursor.png'
|
||||
})
|
||||
Reference in New Issue
Block a user