diff --git a/src/App.jsx b/src/App.jsx index 6745510..9e83a6b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,22 +12,7 @@ import ProfileForm from './components/ProfileForm'; import './App.css'; - -// Load environment variables -console.log(process.env.NODE_ENV); - function App() { - // console.log(process.env.REACT_APP_TEXTSENDER_AUTH_API_URL); - console.log(process.env.NODE_ENV); - console.log(import.meta.env.VITE_AUTH_URL); - - /* - * - * const apiUrl = import.meta.env.VITE_API_URL; -const apiKey = import.meta.env.VITE_API_KEY; - */ - - return (