feat: add prettier formatter and MIT license

- Add prettier dev dependency for code formatting
- Create MIT LICENSE file
- Format TypeScript files with prettier
- Update provider order in README (Qwen coder first)
- Update add provider screenshot with new UI
This commit is contained in:
Jason
2025-08-29 11:35:17 +08:00
parent 73cf337c42
commit 2cf116280f
7 changed files with 49 additions and 12 deletions

View File

@@ -21,6 +21,7 @@
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"prettier": "^3.6.2",
"typescript": "^5.3.0",
"vite": "^5.0.0"
},