mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 09:47:47 +00:00
refactor: SDK files
- remove SDK files - moved to mingholy/feat/sdk-draft branch - revert package.json & launch.json changes
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
projects: [
|
||||
'packages/cli',
|
||||
'packages/core',
|
||||
'packages/vscode-ide-companion',
|
||||
'packages/sdk/typescript',
|
||||
'integration-tests',
|
||||
'scripts',
|
||||
],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user