gotify-server: fix build with newer nodejs versions

This commit is contained in:
John 2023-10-11 18:52:26 +02:00
parent 3c88d5bdf2
commit 72908036d0
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ post_patch() {
}
pre_build() {
export NODE_OPTIONS=--openssl-legacy-provider
cd ui
yarn
yarn build