mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
refactor(main): create src/main/{store,index}.js glue layer; new entrypoint at src/main/index.js
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user