diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99983b9a3..7382c0e66 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,7 @@ updates: ignore: - dependency-name: vue - dependency-name: vite + - dependency-name: monaco-editor open-pull-requests-limit: 100 groups: diff --git a/.npmrc b/.npmrc index 7f082f23a..f41f6d2ae 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ -registry=https://registry.npmmirror.com \ No newline at end of file +registry=https://registry.npmmirror.com +ignore-workspace-root-check=true diff --git a/apps/web/src/components/editor/CssEditor.vue b/apps/web/src/components/editor/CssEditor.vue index ff4037e08..9ee810fe3 100644 --- a/apps/web/src/components/editor/CssEditor.vue +++ b/apps/web/src/components/editor/CssEditor.vue @@ -176,10 +176,9 @@ function tabChanged(tabName: string | number) { -