We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842c62e commit d9270f3Copy full SHA for d9270f3
app/routes/_index.tsx
@@ -15,6 +15,7 @@ import {
15
import { OrderTabs } from '~/components/OrderTabs';
16
17
export const loader = async ({ context }: LoaderFunctionArgs) => {
18
+ console.log('CONTEXT', context);
19
return json({
20
// eslint-disable-next-line @typescript-eslint/no-explicit-any
21
useAdvancedCharts: (context.env as any).cloudflare.USE_ADVANCED_CHARTS === 'true' ? true : false
0 commit comments