diff seobeo/BUILD @ 3:2758f5527d2b

[Seobeo] Working on simple TCP server and client logic.
author June Park <parkjune1995@gmail.com>
date Wed, 24 Sep 2025 18:49:09 -0700
parents adcfad6e86fb
children 1e61008b9980
line wrap: on
line diff
--- a/seobeo/BUILD	Wed Sep 24 13:15:32 2025 -0700
+++ b/seobeo/BUILD	Wed Sep 24 18:49:09 2025 -0700
@@ -13,7 +13,7 @@
   srcs = ["main.c"],
   deps = [":seobeo_non_window"],
   data = [
-    "index.html"
+    "pages/index.html"
   ],
   target_compatible_with = [
       "@platforms//os:osx",