chat-ui / src /lib /utils /isHuggingChat.ts
Last commit not found
raw
history blame
123 Bytes
import { PUBLIC_APP_ASSETS } from "$env/static/public";
export const isHuggingChat = PUBLIC_APP_ASSETS === "huggingchat";