Skip to content

Commit

Permalink
feature: adding all projects css to exports [WTEL-5567] (https://webi…
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Nov 21, 2024
1 parent 3ce8220 commit bb861ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"main": "",
"exports": {
".": "./src/lib/main.scss",
"./crm": "./src/crm/main.scss"
"./auditor": "./src/auditor/main.scss",
"./client": "./src/client/main.scss",
"./crm": "./src/crm/main.scss",
"./history": "./src/history/main.scss",
"./supervisor": "./src/supervisor/main.scss",
"./workspaces": "./src/workspaces/main.scss",
"./wt-flow-diagram": "./src/wt-flow-diagram/main.scss"
},
"files": [
"src/"
Expand Down

0 comments on commit bb861ec

Please sign in to comment.