Fixed menu code

menus were not auto set up for deploy in the manifests
This commit is contained in:
Chase Eller 2026-03-18 12:30:26 -04:00
parent 88c9c49a9e
commit 392d20950a
No known key found for this signature in database
GPG Key ID: 9233D42F495E657C
3 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "CSTM-RESOURCE-GENERATOR", "name": "CSTM-RESOURCE-GENERATOR",
"displayName": "CSTM Five Alive Resource Generator", "displayName": "CSTM Five Alive Resource Generator",
"description": "This is an internal tool to help you in creating a new basic lua resource for FiveAlive", "description": "This is an internal tool to help you in creating a new basic lua resource for FiveAlive",
"version": "0.6.0", "version": "0.6.1",
"engines": { "engines": {
"vscode": "^1.59.0" "vscode": "^1.59.0"
}, },

View File

@ -33,10 +33,12 @@ ui_page 'client/html/loadsplash.html'
-- } -- }
client_scripts { client_scripts {
'client/*.lua', '@menuv/menuv.lua',
'menus/*.lua' 'menus/*.lua',
'client/*.lua'
} }
server_scripts { server_scripts {
'server/*.lua' 'server/*.lua'
} }