diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2024-01-03 13:52:10 -0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-01-29 12:07:45 +0000 |
commit | 52aabdb011279871468269802e056f0ec48511e4 (patch) | |
tree | d040640cad2272f58e097909cb4eb59daec997a1 /webpack.config.js | |
parent | 38587cf96c096a204cd742fff9fea4f8e465393a (diff) |
Update mixer app to use grpc-web instead of websockets
Adapt the HTML5 applications to use kuksa.val service
Bug-AGL: SPEC-4599
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: Ic67ff781be4080c45bdbc6abe20d696aeda08eb1
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 6a5c57c..6b15f00 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,6 +10,9 @@ module.exports = { entry: { PATHS: './src/js/paths.js', KUKSA: './src/js/kuksa.js', + VAL_WEB: './src/generated/val_grpc_web_pb.js', + VAL: './src/generated/val_pb.js', + TYPES: './src/generated/types_pb.js', VOLUME: './src/js/volume.js', index: './src/index.js' }, |