Skip to content

Commit

Permalink
fix: make it start
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Jul 11, 2024
1 parent c1b7bec commit 30d5bbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion component-tools-webapp/src/main/frontend/src/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ import reducer from "./store/reducers";
cmf.bootstrap({
components: { ComponentForm, ...components },
reducer,
appId: "component-kit-tools-webapp",
appId: "app",
RootComponent: components.App,
});
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
*/

module.exports = {
output: {
publicPath: "./",
},
devServer: {
host: "0.0.0.0",
proxy: {
Expand Down

0 comments on commit 30d5bbb

Please sign in to comment.