Rebuild Web App embedded frontend bundle

Refresh the Vite build embedded in the Web App server (new hashed
asset filenames + index.html references) after rebuilding the frontend.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
tajniak81
2026-07-15 17:48:44 +02:00
co-authored by Claude Opus 4.8
parent a4a2709456
commit 20699fd88d
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -35,8 +35,8 @@
})() })()
</script> </script>
<title>PilotVault — Control Panel</title> <title>PilotVault — Control Panel</title>
<script type="module" crossorigin src="./assets/index-DWe3LEIB.js"></script> <script type="module" crossorigin src="./assets/index-CHTNTK5I.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-buxVzOVb.css"> <link rel="stylesheet" crossorigin href="./assets/index-DgA6j1AP.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>