Skip to content

Commit 378f59f

Browse files
committed
using vite for build
1 parent aca51f3 commit 378f59f

31 files changed

+2965
-4288
lines changed

.gitignore

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
node_modules
2-
# Keep environment variables out of version control
1+
# Node modules directory
2+
node_modules/
3+
4+
# Environment variables file
35
.env
4-
dist
5-
Reactron Base-win32-x64
6+
7+
# Build output directory
8+
dist/
9+
10+
# Electron build output directory
11+
Reactron Base-win32-x64/
12+
13+
# Other specific build directories if needed
14+
# (Add any other paths or files you want to ignore here)

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"**/Thumbs.db": true,
99
"**/*.js": false
1010
},
11-
"hide-files.files": []
11+
"hide-files.files": [],
12+
"compile-hero.disable-compile-files-on-did-save-code": false
1213
}

0 commit comments

Comments
 (0)