Skip to content

Commit

Permalink
fix(javascript-sdk,central-login,embedded-login): update-export-map
Browse files Browse the repository at this point in the history
update export map for javascript-sdk, and update executors in nx 16 that
didn't update
  • Loading branch information
ryanbas21 committed May 17, 2023
1 parent d12b90f commit 3c2ce93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/central-login/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"defaultConfiguration": "production"
},
"serve": {
"executor": "@nx/web:dev-server",
"executor": "@nx/webpack:dev-server",
"options": {
"buildTarget": "central-login:build",
"port": 8443,
Expand Down
2 changes: 1 addition & 1 deletion samples/embedded-login/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"defaultConfiguration": "production"
},
"serve": {
"executor": "@nx/web:dev-server",
"executor": "@nx/webpack:dev-server",
"options": {
"buildTarget": "embedded-login:build",
"port": 8443,
Expand Down

0 comments on commit 3c2ce93

Please sign in to comment.