fix(packages/website)

This commit is contained in:
xhyrom 2022-01-02 18:59:23 +01:00
parent cafc45d143
commit 1044d2ddc2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
dist/ dist/
tests/ tests/
src/web/ packages/website/
webpack.config.js webpack.config.js

View file

@ -4,7 +4,7 @@
{ {
"format": "expanded", "format": "expanded",
"extensionName": ".css", "extensionName": ".css",
"savePath": "/src/web/styles/css" "savePath": "/packages/website/styles/css"
} }
] ]
} }