TenantAtlas/apps/platform/.pnpm-store/v10/files/7a/895c15f29eea2e7ca1f944e651374eaddebda571f9865212961e09562dc342cce677100931b056cb14e14dc30ad00ff3d9ddd154288ff4b49653f3c922d1a5
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

10 lines
204 B
Plaintext

/*
* 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;