7 lines
218 B
TypeScript
7 lines
218 B
TypeScript
|
// This file can be replaced during build by using the `fileReplacements` array.
|
||
|
// When building for production, this file is replaced with `environment.prod.ts`.
|
||
|
|
||
|
export const environment = {
|
||
|
production: false,
|
||
|
};
|