Public Access
1
0

feat: split admin into dedicated web surface

This commit is contained in:
pguerrerox
2026-05-28 23:04:03 +00:00
parent ce49497a6a
commit d71f2f1f8a
13 changed files with 374 additions and 23 deletions
+12
View File
@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Leads4less Admin</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/admin-main.tsx"></script>
</body>
</html>