mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
entrypoint: add missing, currently required set_password entry point
TODO: I think this can actually be part of the setup entrypoint/view at some point
This commit is contained in:
@@ -12,7 +12,9 @@ const config: Configuration = {
|
||||
setup: "./src/public/app/setup.js",
|
||||
mobile: "./src/public/app/mobile.js",
|
||||
desktop: "./src/public/app/desktop.js",
|
||||
share: "./src/public/app/share.js"
|
||||
share: "./src/public/app/share.js",
|
||||
// TriliumNextTODO: integrate set_password into setup entry point/view
|
||||
set_password: "./src/public/app/set_password.js"
|
||||
},
|
||||
output: {
|
||||
publicPath: `${assetPath}/app-dist/`,
|
||||
|
||||
Reference in New Issue
Block a user