Implemented basic env var stuff

This commit is contained in:
2020-06-06 22:11:22 +02:00
parent 33f4b4f97e
commit ab32b3c94e
5 changed files with 19 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script src="assets/env.js"></script>
</head>
<body>
<app-root></app-root>