move tsx kit -> uikit

This commit is contained in:
2026-07-13 09:17:11 -04:00
parent 98978e4930
commit 9243d142e9
37 changed files with 20 additions and 19 deletions

View File

@@ -57,10 +57,10 @@ func webRoot() string {
return frontendDir
}
// kitSrcDir is where the shared Solid component kit lives (@ui/* root).
func kitSrcDir() string {
// uikitDir is where the shared Solid component kit lives (@ui/* root).
func uikitDir() string {
if webDir != "" {
return filepath.Join(webDir, "kit")
return filepath.Join(webDir, "uikit")
}
return filepath.Join(frontendDir, "src", "ui")
}