Skip to content

Commit

Permalink
Merge pull request #540 from ashera96/fix-devportal-dev-server
Browse files Browse the repository at this point in the history
Fix developer portal not starting with `npm start`
  • Loading branch information
ashera96 authored Feb 8, 2024
2 parents 930d7f4 + c77cc35 commit 425bb5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"active": false
}
}
}
}
4 changes: 4 additions & 0 deletions portals/devportal/src/main/webapp/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ module.exports = function (env, argv) {
target: 'https://localhost:9443/devportal',
secure: false,
},
'/site/public/theme': {
target: 'https://localhost:9443/devportal',
secure: false,
},
'/api/am': {
target: 'https://localhost:9443',
secure: false,
Expand Down

0 comments on commit 425bb5c

Please sign in to comment.