mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Starting to modularize into separate cli / server packages. (#55)
* Starting to move a lot of code into packages/server * More of the massive refactor, builds and runs, some issues though. * Fixing outstanding issue with double messages. * Fixing a minor UI issue. * Fixing the build post-merge. * Running formatting. * Addressing comments.
This commit is contained in:
parent
0c9e1ef61b
commit
3fce6cea27
46 changed files with 3946 additions and 3403 deletions
|
|
@ -16,7 +16,12 @@ import globals from 'globals';
|
|||
export default tseslint.config(
|
||||
{
|
||||
// Global ignores
|
||||
ignores: ['node_modules/**', 'eslint.config.js', 'packages/cli/dist/**'],
|
||||
ignores: [
|
||||
'node_modules/**',
|
||||
'eslint.config.js',
|
||||
'packages/cli/dist/**',
|
||||
'packages/server/dist/**',
|
||||
],
|
||||
},
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue