We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8367106 commit ae64b20Copy full SHA for ae64b20
packages/agent-api/src/user-db-service.ts
@@ -1,9 +1,6 @@
1
+import process from 'node:process';
2
import { CosmosClient, Database, Container } from '@azure/cosmos';
3
import { DefaultAzureCredential } from '@azure/identity';
-import path from 'node:path';
4
-import dotenv from 'dotenv';
5
-
6
-dotenv.config({ path: path.join(process.cwd(), '../../.env') });
7
8
export class UserDbService {
9
private static instance: UserDbService;
0 commit comments