Handle webserver requests from the scouting web page
Right now we don't actually serve a whole lot. It's mostly the
infrastructure. I added a simple data scouting submission as an
example. We can build up from there.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I0572a214039cdb61e5bddf6f7256955a06147099
diff --git a/scouting/webserver/static/BUILD b/scouting/webserver/static/BUILD
index 008d719..3166853 100644
--- a/scouting/webserver/static/BUILD
+++ b/scouting/webserver/static/BUILD
@@ -17,5 +17,6 @@
"test_pages/root.txt",
],
embed = [":static"],
+ target_compatible_with = ["@platforms//cpu:x86_64"],
deps = ["//scouting/webserver/server"],
)