Skip to content

Commit

Permalink
integration done
Browse files Browse the repository at this point in the history
  • Loading branch information
itssubhodiproy committed Apr 28, 2024
1 parent 44ae3da commit ef956d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ function App() {
vapi.stop();
};

// check if able to access the Vapi environment variable
console.log(import.meta.env.VITE_SANJEEVNI_AI_ASSISTANT_ID);

return (
<>
{connected ? (
Expand Down

0 comments on commit ef956d8

Please sign in to comment.