feat: community mode (#738)

Co-authored-by: CXPLAY <62034099+cxplay@users.noreply.github.com>
This commit is contained in:
Cody Tseng 2026-01-24 00:09:10 +08:00 committed by GitHub
parent 686b1f9998
commit ed8a22d5bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 303 additions and 101 deletions

4
src/vite-env.d.ts vendored
View file

@ -6,3 +6,7 @@ declare global {
nostr?: TNip07
}
}
interface ImportMeta {
readonly env: ImportMetaEnv
}