Skip to content

Commit 19a49bc

Browse files
Add console log for environment variables
Log environment variables using console.log.
1 parent 6f356cc commit 19a49bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/pages/Home.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import ChatBot from "../components/ChatBot/ChatBot";
1717
// imprt useState
1818

1919
function Home() {
20+
console.log(import.meta.env);
2021
const { theme, profile } = useCureitContext();
2122

2223
const navigate = useNavigate();

0 commit comments

Comments
 (0)