mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
refactor: remove unused better-sqlite3 dependency
- Remove better-sqlite3 from package.json dependencies - Remove @types/better-sqlite3 from devDependencies - Remove unused hardlink.db query logic in videoService (always uses wcdbService/DLL) - Remove unused hardlink.db query logic in chatService (fallback to filesystem search) - Remove HardlinkState type and hardlinkCache - Simplify code by removing dead optimization paths
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
"electron:build": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^12.5.0",
|
||||
"echarts": "^5.5.1",
|
||||
"echarts-for-react": "^3.0.2",
|
||||
"electron-store": "^10.0.0",
|
||||
@@ -46,7 +45,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron/rebuild": "^4.0.2",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/react": "^19.1.0",
|
||||
"@types/react-dom": "^19.1.0",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
|
||||
Reference in New Issue
Block a user