-
-
Notifications
You must be signed in to change notification settings - Fork 613
Closed
Description
Pre-flight checklist
- I have read the contribution documentation for this project.
- I agree to follow the code of conduct that this project uses.
- I have searched the issue tracker for a bug that matches the one I want to file, without success.
Electron Forge version
6.4.2
Electron version
26.3.0
Operating system
macOS 14.0
Last known working Electron Forge version
Expected behavior
For the default vite-typescript template not to include all source code and private .env file
Actual behavior
The default vite-typescript template includes all source code and private .env file
Steps to reproduce
npm init electron-app@latest electron-forge-vite-typescript -- --template=vite-typescriptcd electron-forge-vite-typescripttouch .env- Set
asar: falseinforge.config.ts npm make-
Additional information
Fix might be in progress #3336
Reactions are currently unavailable