Описание изменений
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "prettier --write \"**/*.{js,vue,json,md}\"",
|
||||
"format:check": "prettier --check \"**/*.{js,vue,json,md}\""
|
||||
"format:check": "prettier --check \"**/*.{js,vue,json,md}\"",
|
||||
"run-migrations": "node scripts/run-migrations.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@langchain/community": "^0.3.34",
|
||||
|
||||
Reference in New Issue
Block a user