progress on go rewrite: logger and config work now

This commit is contained in:
Sticks
2025-05-18 19:11:21 -04:00
parent 3ffb8cf528
commit e40f82f636
114 changed files with 3071 additions and 18082 deletions

13
frontend/index.html Normal file
View File

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