Skip to content

Commit

Permalink
Hiding webpack error overlay
Browse files Browse the repository at this point in the history
Deleting development appsettings
Updating readme
  • Loading branch information
tlou006railtown committed Sep 13, 2024
1 parent 6c93676 commit 724327c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="stylesheet" href="%PUBLIC_URL%/style.css">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#webpack-dev-server-client-overlay { display: none; }

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
## Getting started
- This project must be run with Visual Studio
- Go to app.railtown.ai to get your Railtown Key
- Open appsettings.json and paste your railtown key
- Run the app and see the results in [app.railtown.ai](https://www.railtown.ai/)
- Open appsettings.json and paste your railtown key
- Run the app at /Railtown.Samples.Javascript.ReactWithProxy with `dotnet run`
- View https://localhost:5001/ and trigger some errors
- See the errors in [app.railtown.ai](https://app.railtown.ai/)

## License

Expand Down

0 comments on commit 724327c

Please sign in to comment.