Skip to content

Commit b9737d1

Browse files
Enable PWA on production
1 parent 46c2580 commit b9737d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const allFlags: FlagMetadata[] = [
6969
{ name: "noWelcome", defaultOnStages: ["local", "REVIEW"] },
7070
{
7171
name: "pwa",
72-
defaultOnStages: ["local", "REVIEW", "STAGING"],
72+
defaultOnStages: ["REVIEW", "STAGING", "PRODUCTION"],
7373
},
7474
];
7575

src/simulator/Simulator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Simulator = ({
4646
const [brand500] = useToken("colors", ["brand.500"]);
4747
const url = useMemo(() => {
4848
const production =
49-
"https://python-simulator.usermbit.org/v/0.1/simulator.html";
49+
"https://python-simulator.usermbit.org/v/0.1/simulator.html?flag=sw";
5050
const staging =
5151
"https://python-simulator.usermbit.org/staging/simulator.html?flag=sw";
5252

0 commit comments

Comments
 (0)