TenantAtlas/apps/platform/.pnpm-store/v10/files/79/2da543951689fe52468a4f04eb48364b56db4d3818f54dda3494706d42b8a79798b305cfb51126bb1bd1bf9ddbfd2bff811acc0ac91a69249ec728870127ee
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
94 B
Plaintext

// src/index.ts
function defineConfig(config) {
return config;
}
export {
defineConfig
};