A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 6 lines 166 B view raw
1import { clsx, type ClassValue } from "clsx" 2import { twMerge } from "tailwind-merge" 3 4export function cn(...inputs: ClassValue[]) { 5 return twMerge(clsx(inputs)) 6}