Skip to content

Commit 5dc3236

Browse files
committed
feat(apps/dev): add sesamehr plugin
Signed-off-by: Álvaro Orduna León <[email protected]>
1 parent 548e0f5 commit 5dc3236

File tree

4 files changed

+174
-35
lines changed

4 files changed

+174
-35
lines changed

apps/dev/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
"leemons-plugin-package-manager-frontend-react": "1.0.0",
9797
"leemons-plugin-scores": "1.0.31",
9898
"leemons-plugin-scores-frontend-react": "1.0.0",
99+
"leemons-plugin-sesamehr-private": "0.0.1",
100+
"leemons-plugin-sesamehr-frontend-react-private": "1.0.0",
99101
"leemons-plugin-sessions": "1.0.0",
100102
"leemons-plugin-sessions-frontend-react": "1.0.0",
101103
"leemons-plugin-scorm": "1.0.35",

jsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
"@scorm/*": [
129129
"./plugins/leemons-plugin-scorm/frontend/src/*"
130130
],
131+
"@sesamehr/*": [
132+
"./private-plugins/leemons-plugin-sesamehr/frontend/src/*"
133+
],
131134
"@sessions/*": [
132135
"./private-plugins/leemons-plugin-sessions/frontend/src/*"
133136
],

tsconfig.frontend.json

+3
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@
130130
"@scorm/*": [
131131
"./plugins/leemons-plugin-scorm/frontend/src/*"
132132
],
133+
"@sesamehr/*": [
134+
"./private-plugins/leemons-plugin-sesamehr/frontend/src/*"
135+
],
133136
"@sessions/*": [
134137
"./private-plugins/leemons-plugin-sessions/frontend/src/*"
135138
],

0 commit comments

Comments
 (0)