* feat: generate new nx application * feat: add env variables & render a headline * feat: add netlify config * feat: add cypress projectId and delete unused files
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,
|
|
};
|