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 ef6dc21 commit 46c2580Copy full SHA for 46c2580
src/flags.ts
@@ -67,7 +67,10 @@ const allFlags: FlagMetadata[] = [
67
{ name: "noLang", defaultOnStages: [] },
68
{ name: "translate", defaultOnStages: [] },
69
{ name: "noWelcome", defaultOnStages: ["local", "REVIEW"] },
70
- { name: "pwa", defaultOnStages: [] },
+ {
71
+ name: "pwa",
72
+ defaultOnStages: ["local", "REVIEW", "STAGING"],
73
+ },
74
];
75
76
type Flags = Record<Flag, boolean>;
0 commit comments