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

6 lines
78 B
TypeScript

export const environment = {
production: false,
hmr: true,
apiUrl: ''
}