From 3c97938a144798e93ef2bf7b9ecd745975de6f58 Mon Sep 17 00:00:00 2001 From: kwzkw <150602846+kwzzwk@users.noreply.github.com> Date: Mon, 4 May 2026 12:12:33 +0300 Subject: [PATCH] Add missing ui_page to fxmanifest.lua --- fxmanifest.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fxmanifest.lua b/fxmanifest.lua index b68f54b..c6f4cae 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -10,6 +10,8 @@ files { "web/build/**/*", } +ui_page 'web/build/index.html' + shared_scripts { "@ox_lib/init.lua", }