From 340fb517d85cc60ddc116b69ce2040af4313c399 Mon Sep 17 00:00:00 2001 From: "yanlong.wang" Date: Wed, 30 Oct 2024 17:42:06 +0800 Subject: [PATCH] chore: add internal slack report --- backend/functions/src/index.ts | 1 + thinapps-shared | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/functions/src/index.ts b/backend/functions/src/index.ts index 45215ca..3c65cd0 100644 --- a/backend/functions/src/index.ts +++ b/backend/functions/src/index.ts @@ -7,6 +7,7 @@ initializeApp(); import { loadModulesDynamically, registry } from './shared'; import path from 'path'; loadModulesDynamically(path.resolve(__dirname, 'cloud-functions')); +loadModulesDynamically(path.resolve(__dirname, 'shared', 'cloud-functions')); Object.assign(exports, registry.exportAll()); Object.assign(exports, registry.exportGrouped({ diff --git a/thinapps-shared b/thinapps-shared index 7bdc246..5727619 160000 --- a/thinapps-shared +++ b/thinapps-shared @@ -1 +1 @@ -Subproject commit 7bdc246a49a3a30f785a98fef46569131505b99a +Subproject commit 572761962fab6d48c9d8d334122ea61572418006