Skip to content

Commit

Permalink
As per pwa branch but with a code change
Browse files Browse the repository at this point in the history
Just for testing, DO NOT MERGE.
  • Loading branch information
microbit-matt-hillsdon committed May 29, 2024
1 parent 2b1cc97 commit 357d9fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ import BeforeUnloadDirtyCheck from "./workbench/BeforeUnloadDirtyCheck";
import { SelectionProvider } from "./workbench/use-selection";
import Workbench from "./workbench/Workbench";

console.log("This bundle is intentionally different");

const isMockDeviceMode = () =>
// We use a cookie set from the e2e tests. Avoids having separate test and live builds.
Boolean(
Expand Down

0 comments on commit 357d9fa

Please sign in to comment.