chore: update .env.example with Reverb TLS configuration

This commit is contained in:
idevakk
2026-03-05 15:34:39 +05:30
parent 4d8f808d97
commit bfc2662efb
4 changed files with 25 additions and 13 deletions

View File

@@ -20,7 +20,7 @@
});
}
}"
x-init="$watch('selectedId', value => { if(value && window.innerWidth < 1024) mobileView = 'detail' }); $watch('mobileView', value => { if(value === 'list' && window.innerWidth < 1024) selectedId = null })"
x-init="window.startReverb(); $watch('selectedId', value => { if(value && window.innerWidth < 1024) mobileView = 'detail' }); $watch('mobileView', value => { if(value === 'list' && window.innerWidth < 1024) selectedId = null })"
@resize.window="if (window.innerWidth >= 1280) sidebarOpen = true">
<!-- Global Confirmation Modal -->