|
|
|
|
|
by twoquestions
721 days ago
|
|
"Concurrently" is a nodejs library for running more than one task at once, it's necessary if you want to build Typescript and Tailwind with one call to `npm run build`, for example. It's kind of a PITA to use, and just calling a Bun script is better. |
|