Start webserver in 2019 robot

Change-Id: I002f07b4c842d00f0318636c8c965d5cb3591e54
diff --git a/y2019/BUILD b/y2019/BUILD
index 7c68cf9..f2150ed 100644
--- a/y2019/BUILD
+++ b/y2019/BUILD
@@ -3,12 +3,16 @@
 load("@com_google_protobuf//:protobuf.bzl", "cc_proto_library")
 
 robot_downloader(
+    dirs = [
+        "//y2019/vision/server:www_files",
+    ],
     start_binaries = [
         ":joystick_reader",
         ":wpilib_interface",
         "//y2019/control_loops/drivetrain:drivetrain",
         "//y2019/control_loops/superstructure:superstructure",
         "//y2019/actors:binaries",
+        "//y2019/vision/server",
     ],
 )