index.mjs 204 B

123456789
  1. /*
  2. * While in local development, make sure you've run `pnpm run build` first.
  3. */
  4. import { concurrently } from './dist/src/index.js';
  5. export * from './dist/src/index.js';
  6. export default concurrently;