Skip to content

Commit 9025031

Browse files
committed
chore: turn on cpex again tmp for testing
1 parent 45d630a commit 9025031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/featureFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable import/prefer-default-export */
22

33
/** Enable Course Planning Exercise */
4-
export const enableCPEx = false;
4+
export const enableCPEx = true;
55

66
export const showCPExTab = false;

0 commit comments

Comments
 (0)