looking fo the service account key in the src folder

This commit is contained in:
Miodec 2023-04-18 16:19:46 +02:00
parent c6d0070dd3
commit cc59b346fc

View file

@ -6,7 +6,7 @@ import path from "path";
const SERVICE_ACCOUNT_PATH = path.join(
__dirname,
"../credentials/serviceAccountKey.json"
"../../src/credentials/serviceAccountKey.json"
);
export function init(): void {