streamer as separate application; working streamer monitor interface

This commit is contained in:
bkfox
2019-09-21 17:14:40 +02:00
parent 4e61ec1520
commit d3f39c5ade
39 changed files with 1347 additions and 148 deletions

View File

@ -11,6 +11,7 @@ module.exports = (env, argv) => Object({
entry: {
main: './assets/public/index',
admin: './assets/admin/index',
streamer: './assets/streamer/index',
},
output: {