Skip to content

Commit

Permalink
fix: log config
Browse files Browse the repository at this point in the history
  • Loading branch information
akanoce committed Jan 21, 2024
1 parent 266657e commit 96e6aed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { ChakraProvider } from '@chakra-ui/react';
import { theme } from './theme';
import '@fontsource/roboto/300.css';
import '@fontsource/montserrat/600.css';
import { config as appConfig } from '@repo/config';

const queryClient = new QueryClient({
defaultOptions: {
Expand All @@ -25,6 +26,8 @@ const queryClient = new QueryClient({
}
});

console.log({ appConfig });

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<ChakraProvider theme={theme}>
Expand Down

0 comments on commit 96e6aed

Please sign in to comment.