Remove dist directory and streamline build artifacts.

- Deleted `index.css`, `index.js`, and `index.html` from `app/web/dist/`.
- Cleared unused build artifacts to maintain a lean repository structure.
This commit is contained in:
2025-09-21 11:46:59 +01:00
parent 5c05d741d9
commit 92b3716a61
5 changed files with 97 additions and 256 deletions

View File

@@ -1,13 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nostr Relay</title>
<link rel="stylesheet" href="tailwind.min.css" />
</head>
<body class="bg-white">
<div id="root"></div>
<script type="module" src="index.js"></script>
</body>
</html>