Added release config+pipelines feature/14-release_config #16

Merged
niggl merged 21 commits from feature/14-release_config into main 2021-04-07 17:26:58 +00:00
3 changed files with 0 additions and 7 deletions
Showing only changes of commit 81b2db60ec - Show all commits

View File

@ -9,7 +9,6 @@
</head>
<body class="bg-white font-family-karla h-screen">
<script src="./env.js"></script>
<script type="module" src="./src/main.js"></script>
</body>
</html>

View File

@ -1,3 +0,0 @@
const config = {
endpoint: 'https://dev.lauf-fuer-kaya.de/'
};

View File

@ -1,3 +0,0 @@
const config = {
endpoint: 'https://dev.lauf-fuer-kaya.de/'
};