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.

Home Page:https://electivehub.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feat]: Allow vite to fire browser automatically

niteshbca opened this issue · comments

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

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