Use new favicon

remove unused file
This commit is contained in:
dennis.ludwig
2021-06-28 16:55:50 +02:00
parent faee857235
commit 5450ca6e7f
4 changed files with 11 additions and 10 deletions

View File

@@ -8,7 +8,12 @@
"prebuild": "yarn generateJson",
"build": "aoe_technology_radar-buildRadar",
"prebuild:static": "yarn build",
"build:static": "aoe_technology_radar-createStaticFiles"
"build:static": "aoe_technology_radar-createStaticFiles",
"prestart": "yarn build:static",
"start": "yarn start:server",
"prestart:static": "yarn build:static",
"start:static": "yarn start:server",
"start:server": "python3 -m http.server 8080"
},
"dependencies": {
"aoe_technology_radar": "https://github.com/aoepeople/aoe_technology_radar.git"