Skip to content

Commit

Permalink
fix: disable mocking in production build
Browse files Browse the repository at this point in the history
  • Loading branch information
nutgaard committed Jun 13, 2024
1 parent 0f761be commit 4fd8e45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/targetPlatform.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export type TargetPlatform = 'node' | 'bun';
export const TARGET_PLATFORM: TargetPlatform = 'node';

export const AZ_MOCK = true;
export const AZ_MOCK = false;

0 comments on commit 4fd8e45

Please sign in to comment.