Add PLATFORM_NAME

This commit is contained in:
Jon Staab
2026-02-26 10:38:07 -08:00
parent 58d3036d31
commit e9f56295de
5 changed files with 9 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ import { registerCommonAccountTypes } from "applesauce-accounts/accounts"
import { NostrConnectSigner } from "applesauce-signers"
export const API_URL = import.meta.env.VITE_API_URL
export const PLATFORM_NAME = import.meta.env.VITE_PLATFORM_NAME || "Caravel"
export const eventStore = new EventStore()
export const pool = new RelayPool()