Add installer build scripts and configuration

This commit is contained in:
Reinier Criel 2025-11-25 08:21:35 -08:00
parent fb3a8582a2
commit 3420290ea9
22 changed files with 1377 additions and 7 deletions

17
installer/.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
# Dependencies
node_modules/
package-lock.json
# Build outputs
build/
dist/
# Logs
*.log
# macOS
.DS_Store
# Temporary files
*.tmp
*.temp