Fix video play promise error on non supported browsers
[oweals/peertube.git] / client / src / environments / environment.prod.ts
1 export const environment = {
2   production: true,
3   hmr: false,
4   apiUrl: ''
5 }