File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 "**/vendor" : true ,
1919 "**/node_modules" : true
2020 },
21- "explorer.excludeGitIgnore" : true
21+ "explorer.excludeGitIgnore" : false
2222}
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ pnpm cross-env \
99 NODE_ENV=development \
1010 NODE_VERSION=22 \
1111 NODE_OPTIONS=--max-old-space-size=16384 \
12- ./Element/Maintain/Target/release/BuildMaintain -- pnpm tauri build --debug
12+ ./Element/Maintain/Target/release/Maintain -- pnpm tauri build --debug
1313
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ pnpm cross-env \
99 NODE_ENV=production \
1010 NODE_VERSION=22 \
1111 NODE_OPTIONS=--max-old-space-size=16384 \
12- ./Element/Maintain/Target/release/BuildMaintain -- pnpm tauri build
12+ ./Element/Maintain/Target/release/Maintain -- pnpm tauri build
You can’t perform that action at this time.
0 commit comments