Try to fix subscriptions inconsistencies
[oweals/peertube.git] / client / src / environments / environment.hmr.ts
1 export const environment = {
2   production: false,
3   hmr: true,
4   apiUrl: ''
5 }