chore: add internal slack report

This commit is contained in:
yanlong.wang 2024-10-30 17:42:06 +08:00
parent a488bb8921
commit 340fb517d8
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ initializeApp();
import { loadModulesDynamically, registry } from './shared'; import { loadModulesDynamically, registry } from './shared';
import path from 'path'; import path from 'path';
loadModulesDynamically(path.resolve(__dirname, 'cloud-functions')); loadModulesDynamically(path.resolve(__dirname, 'cloud-functions'));
loadModulesDynamically(path.resolve(__dirname, 'shared', 'cloud-functions'));
Object.assign(exports, registry.exportAll()); Object.assign(exports, registry.exportAll());
Object.assign(exports, registry.exportGrouped({ Object.assign(exports, registry.exportGrouped({

@ -1 +1 @@
Subproject commit 7bdc246a49a3a30f785a98fef46569131505b99a Subproject commit 572761962fab6d48c9d8d334122ea61572418006