use npm dependencies

This commit is contained in:
ReenigneArcher
2022-11-18 15:44:06 -05:00
parent 4cbf8c01d2
commit 981d878082
37 changed files with 110 additions and 21698 deletions

View File

@@ -34,7 +34,8 @@ post-fetch {
depends_lib port:avahi \
port:curl \
port:ffmpeg \
port:libopus
port:libopus \
port:npm9
boost.version 1.80
@@ -54,6 +55,10 @@ platform darwin {
}
}
pre-build {
system -W ${worksrcpath}/src_assets/common/assets/web "npm install"
}
notes-append "Run @PROJECT_NAME@ by executing 'sunshine <path to user config>', e.g. 'sunshine ~/sunshine.conf' "
notes-append "The config file will be created if it doesn't exist."
notes-append "It is recommended to set a location for the apps file in the config."