feat: migrate from static config to database and add authentication
- Replaced static hosts.json and staticConfig.ts with SQLite database (Prisma) - Implemented JWT authentication and Login UI - Added dynamic API routes for hosts, topology, and settings - Updated UI components to fetch and manage state dynamically - Added Settings interface for managing hosts and topology nodes
This commit is contained in:
6
dist/index.html
vendored
6
dist/index.html
vendored
@@ -9,10 +9,10 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
<script type="module" crossorigin src="/assets/index-CTcm3RSe.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-BAJgTfdz.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/graph-vendor-pGkIx_vZ.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-vendor-tLSpD589.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BjyEYKkh.css">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-vendor-BSwt2l3v.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CYGIQDBj.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user