Skip to content

Commit

Permalink
feat(apps/dev): add sesamehr plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Orduna León <4264243+alorle@users.noreply.github.com>
  • Loading branch information
alorle committed Nov 28, 2024
1 parent 548e0f5 commit 5dc3236
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 35 deletions.
2 changes: 2 additions & 0 deletions apps/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
"leemons-plugin-package-manager-frontend-react": "1.0.0",
"leemons-plugin-scores": "1.0.31",
"leemons-plugin-scores-frontend-react": "1.0.0",
"leemons-plugin-sesamehr-private": "0.0.1",
"leemons-plugin-sesamehr-frontend-react-private": "1.0.0",
"leemons-plugin-sessions": "1.0.0",
"leemons-plugin-sessions-frontend-react": "1.0.0",
"leemons-plugin-scorm": "1.0.35",
Expand Down
3 changes: 3 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@
"@scorm/*": [
"./plugins/leemons-plugin-scorm/frontend/src/*"
],
"@sesamehr/*": [
"./private-plugins/leemons-plugin-sesamehr/frontend/src/*"
],
"@sessions/*": [
"./private-plugins/leemons-plugin-sessions/frontend/src/*"
],
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.frontend.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
"@scorm/*": [
"./plugins/leemons-plugin-scorm/frontend/src/*"
],
"@sesamehr/*": [
"./private-plugins/leemons-plugin-sesamehr/frontend/src/*"
],
"@sessions/*": [
"./private-plugins/leemons-plugin-sessions/frontend/src/*"
],
Expand Down
Loading

0 comments on commit 5dc3236

Please sign in to comment.