Phase 5: scaffold Sysadmin Panel — all pages, layout, routing, docker-compose service

This commit is contained in:
2026-04-20 20:17:59 +03:00
parent 9812a25198
commit e0b0a04819
18 changed files with 1025 additions and 0 deletions

12
sysadmin_panel/index.html Normal file
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>POS Sysadmin</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>