8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
/*
|
|
* While in local development, make sure you've run `pnpm run build` first.
|
|
*/
|
|
import { concurrently } from './dist/src/index.js';
|
|
|
|
export * from './dist/src/index.js';
|
|
export default concurrently;
|