move tsx kit -> uikit
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user