Make logo customizable
Docker / build-and-push-image (push) Has been cancelled

This commit is contained in:
Jon Staab
2026-06-03 16:46:20 -07:00
parent 96e2fcda49
commit 451264106a
7 changed files with 18 additions and 9 deletions
+1
View File
@@ -27,6 +27,7 @@ export type EventSigner = {
}
export const PLATFORM_NAME = import.meta.env.VITE_PLATFORM_NAME
export const PLATFORM_LOGO = import.meta.env.VITE_PLATFORM_LOGO
export const eventStore = new EventStore()
export const pool = new RelayPool()