initial commit

This commit is contained in:
2025-07-28 11:36:22 +02:00
commit f06c20fc8f
48 changed files with 2899 additions and 0 deletions

13
apps/web/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mlb-overlay-server</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>