From 81b2187a9d57edf4420647e77d0386c5e2d132dd Mon Sep 17 00:00:00 2001 From: redjstone Date: Sat, 10 Aug 2024 01:43:32 +0200 Subject: Functional Mobile WebAO --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index f4b34b5..7b8eaeb 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -13,7 +13,7 @@ dotenv.config(); module.exports = { entry: { - ui: './webAO/ui.js', + ui: './webAO/multiUI.js', client: './webAO/client.ts', master: './webAO/master.ts', dom: { -- cgit