[Feat]: Allow vite to fire browser automatically
niteshbca opened this issue · comments
Nitesh Kumar Singh commented
Is your feature request related to a problem? Please describe.
currently we have to open browser menually in client so allow vite to fire browser automatically.
Describe the solution you'd like.
Add the following property in vite.config
export default defineConfig({
plugins: [react()],
server: {
open: true
}
})
Describe alternatives you've considered.
No response
Additional context.
No response
Show us the magic with screenshots
No response
Checklist
- I have checked the existing issues
- I have read the Contributing Guidelines
- I want to work on this issue. (optional)
Nitesh Kumar Singh commented
@Yash636261 Please assign to me issue under GSSOC’24.
I can fix this issue.
Thank You !