mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
move attachments and nginx to util folder
This commit is contained in:
@@ -4,9 +4,9 @@ echo $dir
|
||||
echo "`nBuilding bitwarden"
|
||||
echo "=================="
|
||||
|
||||
& $dir\util\Server\build.ps1
|
||||
& $dir\src\Api\build.ps1
|
||||
& $dir\src\Identity\build.ps1
|
||||
& $dir\nginx\build.ps1
|
||||
& $dir\attachments\build.ps1
|
||||
& $dir\util\Server\build.ps1
|
||||
& $dir\util\Nginx\build.ps1
|
||||
& $dir\util\Attachments\build.ps1
|
||||
& $dir\util\Setup\build.ps1
|
||||
|
||||
6
build.sh
6
build.sh
@@ -6,9 +6,9 @@ DIR="$(dirname $(readlink -f $0))"
|
||||
echo -e "\nBuilding bitwarden"
|
||||
echo -e "=================="
|
||||
|
||||
$DIR/util/Server/build.sh
|
||||
$DIR/src/Api/build.sh
|
||||
$DIR/src/Identity/build.sh
|
||||
$DIR/nginx/build.sh
|
||||
$DIR/attachments/build.sh
|
||||
$DIR/util/Server/build.sh
|
||||
$DIR/util/Nginx/build.sh
|
||||
$DIR/util/Attachments/build.sh
|
||||
$DIR/util/Setup/build.sh
|
||||
|
||||
Reference in New Issue
Block a user