build(2.0): frontend/dist committen (kein Node-Build auf der Box)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-06-24 22:18:15 +02:00
parent b805c294eb
commit 1b421e30f9
5 changed files with 166 additions and 1 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+15
View File
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="de" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0d1117" />
<link rel="manifest" href="/manifest.webmanifest" />
<title>Mission Control 2.0</title>
<script type="module" crossorigin src="/assets/index-CP2tEA8E.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CGVxdi48.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
+9
View File
@@ -0,0 +1,9 @@
{
"name": "Mission Control 2.0",
"short_name": "MC2",
"start_url": "/",
"display": "standalone",
"background_color": "#0d1117",
"theme_color": "#0d1117",
"icons": []
}