Skip to content

Commit

Permalink
update url in development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarkoff committed May 11, 2021
1 parent 4927691 commit 388dd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ If you're working on the app, the [Preact DevTools](https://github.com/preactjs/
## Running
To start Webpack, just run `npm run dev`. This will start the development server, listening at port 9001.

If you followed the api-server guide, this should be available at http://app.myhomework.invalid.
If you followed the api-server guide, this should be available at http://app.myhomework.localhost.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
disableHostCheck: true, // TODO: this should not be needed
historyApiFallback: true,
port: 9001,
public: "app.myhomework.invalid:80"
public: "app.myhomework.localhost:80"
},

output: {
Expand Down

0 comments on commit 388dd25

Please sign in to comment.