merge from develop

This commit is contained in:
pavelbannov 2023-10-04 00:26:33 +03:00
parent 7a62724a82
commit fc503d8528
2 changed files with 0 additions and 19 deletions

View File

@ -1,10 +0,0 @@
<service>
<id>OnlyofficeWebPlugins</id>
<name>ONLYOFFICE WebPlugins Server</name>
<startmode>manual</startmode>
<executable>node</executable>
<arguments>../../server/common/ASC.WebPlugins/dist/src/main.js</arguments>
<log mode="none"/>
<delayedAutoStart>true</delayedAutoStart>
<onfailure action="restart" delay="5 sec" />
</service>

View File

@ -1,9 +0,0 @@
PUSHD %~dp0..
cd %~dp0../../server/common/ASC.WebPlugins/
call yarn install --immutable
call yarn build
POPD