Skip to content

Commit

Permalink
Set DEMO to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Apr 22, 2024
1 parent 0b6ba4f commit a1c99e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile-app/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { appHandlers as appDemoHandlers } from "./app/demoHandlers";
import { appHandlers } from "./app/handlers";
import { createFacadeContext } from "data-facade";

const DEMO = false;
const DEMO = true;

export const facadeContext = createFacadeContext(DEMO ? {
...accountsDemoHandlers,
Expand Down

0 comments on commit a1c99e9

Please sign in to comment.