Skip to content

Commit c5a3736

Browse files
committed
Keep MODE=PROD in main
1 parent c31369b commit c5a3736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-extension/src/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export const CONFIG = {
66
ADDED_OVERTYPE_CLASS: 'gitcasso-overtype',
77
DEBUG: true, // enabled debug logging
88
EXTENSION_NAME: 'gitcasso', // decorates logs
9-
MODE: 'PLAYGROUNDS_PR' satisfies ModeType,
9+
MODE: 'PROD' satisfies ModeType,
1010
} as const

0 commit comments

Comments
 (0)