Skip to content

Commit d9270f3

Browse files
committed
chore: dbg
1 parent 842c62e commit d9270f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/routes/_index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
import { OrderTabs } from '~/components/OrderTabs';
1616

1717
export const loader = async ({ context }: LoaderFunctionArgs) => {
18+
console.log('CONTEXT', context);
1819
return json({
1920
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2021
useAdvancedCharts: (context.env as any).cloudflare.USE_ADVANCED_CHARTS === 'true' ? true : false

0 commit comments

Comments
 (0)