From c2066241e4f976e8a4e6ba55c30f5ddfae5aa9fd Mon Sep 17 00:00:00 2001 From: James Lucktaylor Date: Tue, 6 Feb 2024 13:20:09 +0000 Subject: [PATCH] fix(functions): fix main entry point --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 517f7c4..411092b 100644 --- a/functions/package.json +++ b/functions/package.json @@ -14,7 +14,7 @@ "engines": { "node": ">= 18" }, - "main": "lib/index.js", + "main": "lib/src/index.js", "dependencies": { "@google-cloud/logging": "^11.0.0", "firebase-admin": "^11.11.1",