TenantAtlas/apps/platform/.pnpm-store/v10/files/5e/d31c2be9b28bc053c3813c26047c9fa750c7fe46571fb076d1c8ff4e4e72adc9ad47ca2f76202c204e691564f77b4e1dcddd94785840a2b08406400bb52c7c
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

8 lines
202 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;