We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae02a04 commit dcb8ec9Copy full SHA for dcb8ec9
2 files changed
frontend/package.json
@@ -18,6 +18,7 @@
18
"@types/react-dom": "18.3.0",
19
"autoprefixer": "10.4.19",
20
"axios": "^1.7.2",
21
+ "dotenv": "^16.5.0",
22
"framer-motion": "^11.1.9",
23
"next": "^14.2.23",
24
"next-auth": "^5.0.0-beta.27",
frontend/src/util/cosmos/account.ts
@@ -1,6 +1,7 @@
1
import { CosmosClient } from "@azure/cosmos";
2
import { AccountItem } from "../../models/models";
3
-
+import dotenv from "dotenv";
4
+dotenv.config();
5
/**
6
* categoryを全取得する
7
* @returns - カテゴリの配列
0 commit comments