I automated my entire dev startup with one VS Code shortcut, and the terminal became optional
… One thing common in all these was opening a code editor and then immediately opening a terminal window to cd into projects' directories and run respective projects. Whether it was a Vite project or a Next.js project, I was always running the same command: cd ../frontend && npm run dev . …