Skip to content

Commit 7fe40c7

Browse files
feat(featureFlip): export isDevEnvironment
1 parent 35775a7 commit 7fe40c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stores/featureFlip.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const useFeatureFlipStore = defineStore('featureFlip', () => {
2424
return {
2525
featureFlip,
2626
isFeatureEnabled,
27-
isWorkshopFeatureEnabled
27+
isWorkshopFeatureEnabled,
28+
isDevEnvironment
2829
};
2930
});

0 commit comments

Comments
 (0)