mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix(build): missing argument
This commit is contained in:
@@ -7,7 +7,7 @@ const DEMO_ZIP_PATH = "db/demo.zip";
|
|||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
await initializeTranslations();
|
await initializeTranslations();
|
||||||
await initializeDatabase();
|
await initializeDatabase(false);
|
||||||
|
|
||||||
await startElectron();
|
await startElectron();
|
||||||
await registerHandlers();
|
await registerHandlers();
|
||||||
|
Reference in New Issue
Block a user