Browse Source

Add instructions to copy favicon.ico

pull/2185/head
Thomas 2 years ago
parent
commit
2ceead1cf9
  1. 5
      apps/client/project.json

5
apps/client/project.json

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

Loading…
Cancel
Save