aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/concurrently/index.mjs
blob: 68c4b03ab40c38ef4c8479561758947ebb09a04d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * While in local development, make sure you've run `pnpm run build` first.
 */

import concurrently from './dist/src/index.js';

// NOTE: the star reexport doesn't work in Node <12.20, <14.13 and <15.
export * from './dist/src/index.js';

export default concurrently.default;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage