Skip to content

Commit

Permalink
fix: update Start page
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfaron committed Dec 15, 2024
1 parent 33d9bd1 commit 0179ac2
Show file tree
Hide file tree
Showing 57 changed files with 1,168 additions and 835 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ASSETS": "projects/aas-server/src/assets",
"ENDPOINTS": "[\"file:///endpoints/samples?name=Samples\"]",
// "USER_STORAGE": "mongodb://aas-server:bObXJWW6e8Nh78YF@localhost:27017/aasportal-users",
// "TEMPLATE_STORAGE": "http://aas-server:5w0vmrkzrwDIDyZs@localhost:8080/templates",
"TEMPLATE_STORAGE": "http://aas-server:5w0vmrkzrwDIDyZs@localhost:8080/templates",
"AAS_INDEX": "mysql://aas-server:60PYRe6Vd8C99u4n@localhost:3306",
}
},
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"opnxml",
"owncloud",
"preprocessors",
"qrcode",
"Qualifiable",
"rechtlich",
"selbstaendige",
Expand Down
218 changes: 206 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"node-opcua": "^2.128.0",
"node-opcua-client-crawler": "^2.124.0",
"nodemailer": "^6.9.15",
"qrcode": "^1.5.4",
"reflect-metadata": "^0.2.2",
"rxjs": "~7.8.1",
"swagger-ui-express": "^5.0.1",
Expand Down Expand Up @@ -115,6 +116,7 @@
"@types/multer": "^1.4.12",
"@types/node": "^20.11.1",
"@types/nodemailer": "^6.4.15",
"@types/qrcode": "^1.5.5",
"@types/supertest": "^6.0.2",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^10.0.0",
Expand Down
Loading

0 comments on commit 0179ac2

Please sign in to comment.