feat: initial auth config

This commit is contained in:
2025-09-14 21:46:38 +00:00
parent 1d2ef37827
commit 02506181e9
15 changed files with 626 additions and 100 deletions

View File

@@ -7,6 +7,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="./dashboard/entry.tsx"></script>
<script type="module" src="./entry.tsx"></script>
</body>
</html>