Skip to content

Commit

Permalink
add env console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonnorsworthy authored Sep 23, 2024
1 parent d9eeb1f commit e0635dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ import AuthenticatedModeratorSuggestionsPage from './pages/moderator/ModeratorSu
import AuthenticatedModeratorQuestsPage from './pages/moderator/ModeratorQuestsPage';
import { useEffect } from 'react';
import initializeGA, { trackPageView } from './analytics';
import { API_DOMAIN } from './config';

function App() {
const { user } = useAuth();
const location = useLocation();

console.log(API_DOMAIN)
console.log(import.meta.env)

useEffect(() => {
initializeGA();
Expand Down

0 comments on commit e0635dd

Please sign in to comment.