File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron-vue-vite" ,
3
3
"version" : " 28.1.0" ,
4
- "main" : " dist-electron/main/index.js" ,
5
- "description" : " Really simple Electron + Vue + Vite boilerplate. " ,
6
- "author" :
" 草鞋没号 <[email protected] > " ,
4
+ "main" : " ./ dist-electron/main/index.js" ,
5
+ "description" : " A Second Brain for Your AI " ,
6
+ "author" : " EJ Fox " ,
7
7
"license" : " MIT" ,
8
8
"private" : true ,
9
9
"keywords" : [
10
10
" electron" ,
11
- " rollup" ,
12
11
" vite" ,
13
12
" vue3" ,
14
- " vue"
13
+ " vue" ,
14
+ " ai" ,
15
+ " claude" ,
16
+ " obsidian"
15
17
],
16
18
"debug" : {
17
19
"env" : {
48
50
"build" : {
49
51
"files" : [
50
52
" dist/**/*" ,
53
+ " dist-electron/**/*" ,
51
54
" package.json"
52
55
],
56
+ "directories" : {
57
+ "output" : " release/${version}"
58
+ },
59
+ "asar" : true ,
53
60
"extraResources" : [
54
61
{
55
62
"from" : " src/electron" ,
You can’t perform that action at this time.
0 commit comments