fix(editor): Update vitest workspace configuration and vs code settings (no-changelog) (#19942)

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Csaba Tuncsik 2025-09-24 08:55:44 +02:00 committed by GitHub
parent 199d919df1
commit 0d658fbadf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -33,5 +33,6 @@
{
"mode": "auto"
}
]
],
"vitest.workspaceConfig": "./vitest.workspace.ts"
}

View file

@ -1 +1,3 @@
export default ['packages/frontend'];
import { defineWorkspace } from 'vitest/config';
export default defineWorkspace(['packages/**/vite.config.{js,ts,mjs,mts}', 'packages/**/vitest.config.{js,ts,mjs,mts}']);