add docs fleet install config and update dependencies

This commit is contained in:
2024-03-06 17:32:17 +06:00
parent c8caed5b3a
commit 9ec30af2ad
3 changed files with 133 additions and 126 deletions

View File

@@ -1,5 +1,11 @@
{
"configurations": [
{
"type": "command",
"name": "Install",
"program": "poetry",
"args": ["install", "--no-root"],
},
{
"type": "command",
"name": "Rebuild",