mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
entrypoint: add missing login entry point and port to TS
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user