aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorredjstone <amadorcb09@gmail.com>2024-08-10 01:43:32 +0200
committerredjstone <amadorcb09@gmail.com>2024-08-10 01:43:32 +0200
commit81b2187a9d57edf4420647e77d0386c5e2d132dd (patch)
tree8675cb97c064e32f575460950e2abe5214ee913e /webpack.config.js
parent77f47ce3ea789f6a38048728bd9c9b497cd4a759 (diff)
Functional Mobile WebAO
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
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: {