mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
Bitwarden Unified Self-Host project (#2410)
This commit is contained in:
@ -22,27 +22,26 @@ build() {
|
||||
PROJECT=$1; shift
|
||||
|
||||
case "$PROJECT" in
|
||||
"api" | "Api") build Api $PWD/src/Api ;;
|
||||
"admin" | "Admin") build Admin $PWD/src/Admin ;;
|
||||
"identity" | "Identity") build Identity $PWD/src/Identity ;;
|
||||
"events" | "Events") build Events $PWD/src/Events ;;
|
||||
"api" | "Api") build Api $PWD/src/Api ;;
|
||||
"billing" | "Billing") build Billing $PWD/src/Billing ;;
|
||||
"sso" | "Sso") build Sso $PWD/bitwarden_license/src/Sso ;;
|
||||
"server" | "Server") build Server $PWD/util/Server ;;
|
||||
"icons" | "Icons") build Icons $PWD/src/Icons ;;
|
||||
"notifications" | "Notifications") build Notifications $PWD/src/Notifications ;;
|
||||
"setup" | "Setup") build Setup $PWD/util/Setup ;;
|
||||
"events" | "Events") build Events $PWD/src/Events ;;
|
||||
"eventsprocessor" | "EventsProcessor") build EventsProcessor $PWD/src/EventsProcessor ;;
|
||||
"icons" | "Icons") build Icons $PWD/src/Icons ;;
|
||||
"identity" | "Identity") build Identity $PWD/src/Identity ;;
|
||||
"notifications" | "Notifications") build Notifications $PWD/src/Notifications ;;
|
||||
"server" | "Server") build Server $PWD/util/Server ;;
|
||||
"sso" | "Sso") build Sso $PWD/bitwarden_license/src/Sso ;;
|
||||
"")
|
||||
build Api $PWD/src/Api
|
||||
build Admin $PWD/src/Admin
|
||||
build Identity $PWD/src/Identity
|
||||
build Events $PWD/src/Events
|
||||
build Billing $PWD/src/Billing
|
||||
build Sso $PWD/bitwarden_license/src/Sso
|
||||
build Server $PWD/util/Server
|
||||
build Icons $PWD/src/Icons
|
||||
build Notifications $PWD/src/Notifications
|
||||
build Admin $PWD/src/Admin
|
||||
build Api $PWD/src/Api
|
||||
build Billing $PWD/src/Billing
|
||||
build Events $PWD/src/Events
|
||||
build EventsProcessor $PWD/src/EventsProcessor
|
||||
build Icons $PWD/src/Icons
|
||||
build Identity $PWD/src/Identity
|
||||
build Notifications $PWD/src/Notifications
|
||||
build Server $PWD/util/Server
|
||||
build Sso $PWD/bitwarden_license/src/Sso
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user