fix(desktop): path to main

This commit is contained in:
Elian Doran 2025-05-24 15:40:29 +03:00
parent 63022c76d8
commit 3bd2d865df
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
"version": "0.0.1", "version": "0.0.1",
"description": "Build your personal knowledge base with TriliumNext Notes", "description": "Build your personal knowledge base with TriliumNext Notes",
"private": true, "private": true,
"main": "main.cjs", "main": "dist/main.cjs",
"dependencies": { "dependencies": {
"@electron/remote": "2.1.2", "@electron/remote": "2.1.2",
"better-sqlite3": "^11.9.1", "better-sqlite3": "^11.9.1",