1
0
mirror of https://github.com/zitadel/zitadel.git synced 2025-08-11 07:58:08 +00:00

refactor: copy only required frameworks icons from docs in console ()

This commit is contained in:
Livio Spring
2024-03-11 09:33:05 +01:00
committed by GitHub
parent 7b537243c4
commit 860b80c9ee

@@ -27,7 +27,7 @@
"src/favicon.ico",
"src/assets",
"src/manifest.webmanifest",
{ "glob": "**/*", "input": "../docs/static/img", "output": "assets/docs/img" }
{ "glob": "**/*", "input": "../docs/static/img/tech", "output": "assets/docs/img/tech" }
],
"styles": ["src/styles.scss"],
"scripts": ["./node_modules/tinycolor2/dist/tinycolor-min.js"],