mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 02:56:16 +08:00
looking fo the service account key in the src folder
This commit is contained in:
parent
c6d0070dd3
commit
cc59b346fc
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue