1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 19:43:34 +00:00

Split scene service and query service

rename instances of `recipe` to `scene`
This commit is contained in:
Matt Gibson
2025-10-30 09:08:36 -07:00
parent 2d50d05587
commit 3f22adcbf2
13 changed files with 217 additions and 86 deletions

16
.vscode/tasks.json vendored
View File

@@ -54,6 +54,22 @@
"buildNotifications"
],
},
{
"label": "buildFullServerWithSeederApi",
"hide": true,
"dependsOrder": "sequence",
"dependsOn": [
"buildAdmin",
"buildAPI",
"buildEventsProcessor",
"buildIdentity",
"buildSso",
"buildIcons",
"buildBilling",
"buildNotifications",
"buildSeederAPI"
],
},
{
"label": "buildSelfHostBit",
"hide": true,