open-redirect/web/src/environments/environment.development.ts
2025-01-03 14:51:08 +01:00

9 lines
293 B
TypeScript

// This file can be replaced during build by using the `fileReplacements` array.
// `ng build` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false,
config: "config.json",
};