From 74af5a8361f4ccb460001706ce249d50c747f361 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 16 May 2018 19:59:21 +0200 Subject: Client E2E tests first step --- client/src/environments/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/environments/environment.ts') diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 364da6745..5bb6f4b34 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts @@ -4,6 +4,6 @@ export const environment = { production: false, - hmr: true, + hmr: false, apiUrl: 'http://localhost:9000' } -- cgit v1.2.3