mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-08 11:57:32 +08:00
fix(autogpt_builder): Unignore lib/
and add lib/utils.ts
This commit is contained in:
parent
f359ed0983
commit
b7a90ce768
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,7 +32,6 @@ dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
|
6
rnd/autogpt_builder/src/lib/utils.ts
Normal file
6
rnd/autogpt_builder/src/lib/utils.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { type ClassValue, clsx } from "clsx"
|
||||
import { twMerge } from "tailwind-merge"
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs))
|
||||
}
|
Loading…
Reference in New Issue
Block a user