TechNodes2-0 / ElectiveHub

ElectiveHub is an Education Management System designed to simplify and enhance the management of student information and elective subject selection in educational institutions. It offers a suite of applications for students, teachers, and administrators, providing a user-friendly platform.
https://electivehub.onrender.com
MIT License
75 stars 115 forks source link

[Feat]: Allow vite to fire browser automatically #260

Open niteshbca opened 6 months ago

niteshbca commented 6 months ago

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

niteshbca commented 6 months ago

@Yash636261 Please assign to me issue under GSSOC’24. I can fix this issue. Thank You !