Files
dc-observatio/services/pcp-tgu-ui-service/index.html
T

17 lines
668 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ТГУ — Операции</title>
</head>
<body>
<div id="root"></div>
<!-- Runtime-конфиг: в проде /config.js генерится из APP_*-переменных контейнера
(docker-entrypoint.d/20-nstart-runtime-config.sh). В деве это заглушка
public/config.js ({}), а значения берутся из VITE_* (.env). -->
<script src="/config.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>