Update readme, move frontend build to build phase in dockerfile

This commit is contained in:
Jon Staab
2026-06-02 10:50:30 -07:00
parent 430f33383b
commit b331a806ca
16 changed files with 371 additions and 38 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export type EventSigner = {
signEvent(event: UnsignedEvent): Promise<SignedEvent>
}
export const PLATFORM_NAME = import.meta.env.VITE_PLATFORM_NAME || "Caravel"
export const PLATFORM_NAME = import.meta.env.VITE_PLATFORM_NAME
export const eventStore = new EventStore()
export const pool = new RelayPool()