mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 07:26:47 +00:00
Adds a new template for the beginning of a new front end
This commit is contained in:
5
web/src/environments/index.prod.ts
Normal file
5
web/src/environments/index.prod.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// This file contains production variables. (When you work in PROD MODE)
|
||||
// This file is use by webpack. Please don't rename it and don't move it to another directory.
|
||||
export const environment = {
|
||||
production: true
|
||||
};
|
||||
5
web/src/environments/index.ts
Normal file
5
web/src/environments/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// This file contains development variables. (When you work in DEV MODE)
|
||||
// This file is use by webpack. Please don't rename it and don't move it to another directory.
|
||||
export const environment = {
|
||||
production: false
|
||||
};
|
||||
Reference in New Issue
Block a user