entrypoint: add missing login entry point and port to TS

This commit is contained in:
Panagiotis Papadopoulos
2025-02-21 22:22:37 +01:00
parent f6d9b42911
commit dde24785b8
3 changed files with 33 additions and 30 deletions

View File

@@ -10,6 +10,7 @@ const config: Configuration = {
mode: "production",
entry: {
setup: "./src/public/app/setup.js",
login: "./src/public/app/login.js",
mobile: "./src/public/app/mobile.js",
desktop: "./src/public/app/desktop.js",
share: "./src/public/app/share.js",