flatten app to repo root and update docker deployment for single-stack runtime
This commit is contained in:
5
lib/utils.ts
Normal file
5
lib/utils.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { clsx, type ClassValue } from 'clsx';
|
||||
|
||||
export function cn(...values: ClassValue[]) {
|
||||
return clsx(values);
|
||||
}
|
||||
Reference in New Issue
Block a user