PeerTube/client/src/environments/environment.hmr.ts

6 lines
78 B
TypeScript
Raw Normal View History

2018-05-16 12:59:21 -05:00
export const environment = {
production: false,
hmr: true,
2019-01-30 02:39:42 -06:00
apiUrl: ''
2018-05-16 12:59:21 -05:00
}