Skip to content

Commit

Permalink
tmp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lkowalczyk87 committed Jul 15, 2024
1 parent 8f4badd commit 72d8bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/e2e-mock/server/src/lib/server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ export function stopServer() {
ipc.server.stop()
}

export const mockServiceEnabled = process.env.MOCK_SERVICE_ENABLED === "1"
// export const mockServiceEnabled = process.env.MOCK_SERVICE_ENABLED === "1"
export const mockServiceEnabled = true

0 comments on commit 72d8bae

Please sign in to comment.