aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/environments/environment.hmr.ts
blob: 20e2b8fcd1468d2978bd549e86b28e46e18a040a (plain) (blame)
1
2
3
4
5
export const environment = {
  production: false,
  hmr: true,
  apiUrl: 'http://localhost:9000'
}