refactor config filename and convert to yaml

This commit is contained in:
William Welling
2021-12-08 09:38:52 -06:00
parent bc999d0b5f
commit 10622008c4
16 changed files with 330 additions and 45 deletions

View File

@@ -34,7 +34,7 @@ const main = () => {
return bootstrap();
} else {
return fetch('assets/appConfig.json')
return fetch('assets/config.json')
.then((response) => response.json())
.then((appConfig: AppConfig) => {