Is it possible to make a command that does something, Opens another terminal and then does something there? Im trying to combine the start up of a server and its api.
"god": "next dev && cd server && strapi develop" I want the 'cd' part to start in a new terminal. Ive tried open -a terminal but it doesnt seem to work.