mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 18:29:29 +08:00
progress on client site
This commit is contained in:
3
site/src/lib/stores.ts
Normal file
3
site/src/lib/stores.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import PocketBase from 'pocketbase'
|
||||
|
||||
export const pb = new PocketBase('/')
|
6
site/src/lib/utils.ts
Normal file
6
site/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))
|
||||
}
|
Reference in New Issue
Block a user