aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/environments/environment.hmr.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/environments/environment.hmr.ts')
-rw-r--r--client/src/environments/environment.hmr.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/environments/environment.hmr.ts b/client/src/environments/environment.hmr.ts
new file mode 100644
index 000000000..20e2b8fcd
--- /dev/null
+++ b/client/src/environments/environment.hmr.ts
@@ -0,0 +1,5 @@
1export const environment = {
2 production: false,
3 hmr: true,
4 apiUrl: 'http://localhost:9000'
5}