feat(vpn-ui): add QR code export for WireGuard client configurations

This commit is contained in:
2026-03-30 23:50:51 +00:00
parent e733067c25
commit 7370d7f0e7
7 changed files with 186 additions and 2 deletions

View File

@@ -8,11 +8,15 @@ import * as szCatalog from '@serve.zone/catalog';
// TypedSocket for real-time push communication
import * as typedsocket from '@api.global/typedsocket';
// QR code generation for WireGuard configs
import * as qrcode from 'qrcode';
export {
deesElement,
deesCatalog,
szCatalog,
typedsocket,
qrcode,
}
// domtools gives us TypedRequest and other utilities