environment.hmr.ts 78 B

12345
  1. export const environment = {
  2. production: false,
  3. hmr: true,
  4. apiUrl: ''
  5. }