mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-18 17:31:53 +08:00
chore(monorepo/electron): add run script
This commit is contained in:
parent
00ca0e6e32
commit
454301748e
1
apps/electron/.gitignore
vendored
Normal file
1
apps/electron/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
data
|
@ -19,7 +19,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_DATA_DIR=./data TRILIUM_ENV=dev electron ./src/electron-main.ts --inspect=5858 ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"electron-debug": "4.1.0",
|
"electron-debug": "4.1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user