Move AOS Starter Web Page to frc971 folder
Signed-off-by: Nikolai Sohmers <nikolai@sohmers.com>
Change-Id: I1c14eb6598a9e48e82ef6ac05fc57f094c2f3124
diff --git a/y2024/BUILD b/y2024/BUILD
index 26727a5..74ccd21 100644
--- a/y2024/BUILD
+++ b/y2024/BUILD
@@ -339,9 +339,9 @@
data = [
":aos_config",
"//aos/network:log_web_proxy_main",
+ "//frc971/www:starter_main_bundle.min.js",
"//y2024/www:field_main_bundle.min.js",
"//y2024/www:files",
- "//y2024/www:starter_main_bundle.min.js",
],
target_compatible_with = ["@platforms//os:linux"],
)