From 1044d2ddc22e2492ac7a6abf75e87d5634df4420 Mon Sep 17 00:00:00 2001 From: xhyrom Date: Sun, 2 Jan 2022 18:59:23 +0100 Subject: [PATCH] fix(packages/website) --- .eslintignore | 2 +- .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 6235870..be4dacf 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ dist/ tests/ -src/web/ +packages/website/ webpack.config.js \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 710face..26c4f0a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ { "format": "expanded", "extensionName": ".css", - "savePath": "/src/web/styles/css" + "savePath": "/packages/website/styles/css" } ] } \ No newline at end of file