d8369eb4c9
- add logging and clear local storage menu items - bump nym-connect version - add app version number - add reset trigger when clearing SP storage - bump tauri version (nym-connect and nym-wallet) - fix webpack config for prod builds - new selector for services, with an advanced section for service providers
12 lines
238 B
HTML
12 lines
238 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Nym Wallet Logs</title>
|
|
</head>
|
|
<body>
|
|
<div id="root-log"></div>
|
|
</body>
|
|
</html>
|