Add automated versioning and deployment system

This commit is contained in:
Your Name
2025-09-21 11:22:26 -04:00
parent a7dceb1156
commit ea387c0c9f
8 changed files with 446 additions and 42 deletions

View File

@@ -49,6 +49,8 @@
try {
await window.NOSTR_LOGIN_LITE.init({
persistence: true, // Enable persistent authentication (default: true)
isolateSession: true, // Use sessionStorage for per-tab isolation (default: false = localStorage)
theme: 'default',
darkMode: false,
methods: {