]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/environments/environment.hmr.ts
Add automated dev setup using Gitpod
[github/Chocobozzz/PeerTube.git] / client / src / environments / environment.hmr.ts
CommitLineData
74af5a83
C
1export const environment = {
2 production: false,
3 hmr: true,
0cfcbae8 4 apiUrl: ''
74af5a83 5}