Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in vite.md #167

Merged
merged 3 commits into from
May 14, 2024
Merged

Fix typo in vite.md #167

merged 3 commits into from
May 14, 2024

Conversation

oktapodia
Copy link
Contributor

Hey, thank you for your project.

It seems that there is a typo into the code example there (an extra })

},
{
"entry": "src/preload.js",
"config": "vite.preload.config.mjs",
"config": "vite.preload.config.mjs"
},
Copy link

@c6z3h c6z3h Mar 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch on the JSON errors, should the comma on this line be removed as well? I'm getting an error on local with this Trailing comma json(519)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will be even better! done

@erickzhao
Copy link
Member

Thank you @oktapodia!

@erickzhao erickzhao merged commit dcb8e30 into electron-forge:v6 May 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants