Add lazy loading in player
[oweals/peertube.git] / client / src / environments / environment.hmr.ts
1 export const environment = {
2   production: false,
3   hmr: true,
4   apiUrl: 'http://localhost:9000'
5 }