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) {
process.exit(1);
}
let nextcloudFileURL = nextcloudBaseURL + '/apps/files/?dir=';
/**
* Creates a server certificate and caches it in the .cert directory
*/
......@@ -186,6 +188,8 @@ export default {
buildinfo: getBuildInfo(),
nextcloudWebAppPasswordURL: nextcloudWebAppPasswordURL,
nextcloudWebDavURL: nextcloudWebDavURL,
nextcloudBaseURL: nextcloudBaseURL,
nextcloudFileURL: nextcloudFileURL,
}),
emitEJS({
src: 'assets',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment