Do you know the .vscode/tasks.json file? You can add it to your project, and @vscode will run your configured commands automatically when you open the project ✨
I use this for the Inertia Table so it starts the web server and Vite without me having to open terminals for them 👌
@pascalbaljet @vscode nice! Do you know if there‘s anything similar for PhpStorm?
@doefom @vscode I think this is it: https://www.jetbrains.com/help/phpstorm/2024.2/settings-tools-startup-tasks.html
@pascalbaljet @vscode seems like exactly what I was looking for, thanks!