UncleGedd opened a new issue #84: URL: https://github.com/apache/incubator-flagon-useralejs/issues/84
Currently, when running `npm run example:run` on a fresh build and navigating to`localhost:8000`, the browser console throws the following error: ``` GET http://localhost:8000/index.js net::ERR_ABORTED 404 (Not Found) ``` This is because in the Express app we are not using the directory that `index.js` is located in. This results in the `index.js` not being loaded and none our custom Userale settings from that file are being used -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org