Updated drone config
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-03-22 16:12:58 +03:00
parent 131a0b23f5
commit cbffc25a78
3 changed files with 2600 additions and 205 deletions

View File

@@ -7,5 +7,12 @@
"url": "ssh://git@git.radner.ru:3036/anatolykopyl/warframe-center.git"
},
"author": "Anatoly Kopyl",
"workspaces": ["./app", "./gather", "./shared-stuff"]
"workspaces": [
"./app",
"./gather",
"./shared-stuff"
],
"dependencies": {
"mongoose": "^6.2.7"
}
}