Skip to content
Snippets Groups Projects
Commit c468ac2c authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Rollup config changes fpr nextcloud add-on

parent 009ef5ef
No related branches found
No related tags found
No related merge requests found
Pipeline #12177 passed with warnings
...@@ -98,6 +98,8 @@ switch (build) { ...@@ -98,6 +98,8 @@ switch (build) {
process.exit(1); process.exit(1);
} }
let nextcloudFileURL = nextcloudBaseURL + '/apps/files/?dir=';
/** /**
* Creates a server certificate and caches it in the .cert directory * Creates a server certificate and caches it in the .cert directory
*/ */
...@@ -186,6 +188,8 @@ export default { ...@@ -186,6 +188,8 @@ export default {
buildinfo: getBuildInfo(), buildinfo: getBuildInfo(),
nextcloudWebAppPasswordURL: nextcloudWebAppPasswordURL, nextcloudWebAppPasswordURL: nextcloudWebAppPasswordURL,
nextcloudWebDavURL: nextcloudWebDavURL, nextcloudWebDavURL: nextcloudWebDavURL,
nextcloudBaseURL: nextcloudBaseURL,
nextcloudFileURL: nextcloudFileURL,
}), }),
emitEJS({ emitEJS({
src: 'assets', src: 'assets',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment