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

Refactor demo to toolkit showcase

parent e6035c46
Branches
No related tags found
No related merge requests found
Pipeline #15046 passed
Showing
with 4 additions and 4 deletions
{ {
"name": "dbp-toolkit-demo", "name": "dbp-toolkit-showcase",
"version": "0.1.0", "version": "0.1.0",
"main": "src/toolkit-demo.js", "main": "src/toolkit-showcase.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"private": true, "private": true,
"workspaces": [ "workspaces": [
......
...@@ -62,7 +62,7 @@ switch (build) { ...@@ -62,7 +62,7 @@ switch (build) {
pdfAsQualifiedlySigningServer = 'sig-dev.tugraz.at'; pdfAsQualifiedlySigningServer = 'sig-dev.tugraz.at';
break; break;
case 'development': case 'development':
basePath = '/apps/toolkit-demo/'; basePath = '/apps/toolkit-showcase/';
entryPointURL = 'https://mw-dev.tugraz.at'; entryPointURL = 'https://mw-dev.tugraz.at';
// "/pers" can't go here because it's not allowed in the "Content-Security-Policy" // "/pers" can't go here because it's not allowed in the "Content-Security-Policy"
nextcloudBaseURL = 'https://nc-dev.tugraz.at'; nextcloudBaseURL = 'https://nc-dev.tugraz.at';
......
import {AppShell} from '@dbp-toolkit/app-shell'; import {AppShell} from '@dbp-toolkit/app-shell';
import * as commonUtils from '@dbp-toolkit/common/utils'; import * as commonUtils from '@dbp-toolkit/common/utils';
commonUtils.defineCustomElement('dbp-toolkit-demo', AppShell); commonUtils.defineCustomElement('dbp-toolkit-showcase', AppShell);
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment