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

6 lines
78 B
TypeScript
Raw Normal View History

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