Add installer changes

This commit is contained in:
Reinier Criel 2025-11-19 09:46:09 -08:00
parent e765ccf303
commit 2158478894
13 changed files with 674 additions and 21 deletions

18
installer/.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# Installer build artifacts
dist/
node_modules/
# macOS specific
*.pkg
*.dmg
.DS_Store
# Temporary certificate files during development
*.pem
*.key
certs/
# Build logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*