README and UI README from the robot with project details

This commit is contained in:
2025-06-13 23:19:01 -07:00
parent 43ceca86e0
commit 1e90cbbb39
3 changed files with 437 additions and 43 deletions

View File

@@ -8,5 +8,5 @@ import (
)
func getUIAssets() fs.FS {
return os.DirFS("internal/fs/dist")
return os.DirFS("ui/dist")
}