refactor(main): create src/main/{store,index}.js glue layer; new entrypoint at src/main/index.js

This commit is contained in:
2026-06-06 14:08:13 +05:30
parent 6651dccfdf
commit 054ce2351a
4 changed files with 3436 additions and 3423 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "markdown-converter",
"version": "4.4.2",
"description": "Professional Markdown editor and universal file converter with PDF editing, batch processing, and syntax highlighting",
"main": "src/main.js",
"main": "src/main/index.js",
"scripts": {
"start": "electron .",
"test": "jest",