Bugfix/fix no such file or directory error caused by missing favicon.ico (#2185)

* Add instructions to copy favicon.ico

* Update changelog
This commit is contained in:
Thomas Kaul
2023-07-26 21:26:05 +02:00
committed by GitHub
parent 77e9791e03
commit fb1a5c93ef
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,11 @@
"input": "",
"output": "./../assets"
},
{
"glob": "favicon.ico",
"input": "apps/client/src/assets",
"output": "./../"
},
{
"glob": "LICENSE",
"input": "",