react: proxy unknown URLs to localhost:4000

This commit is contained in:
Bill Thiede 2020-02-09 21:55:59 -08:00
parent 43baeb71ad
commit c71af2dc90

View File

@ -1,6 +1,7 @@
{ {
"name": "react-debug", "name": "react-debug",
"version": "0.1.0", "version": "0.1.0",
"proxy": "http://localhost:4000",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^4.2.4", "@testing-library/jest-dom": "^4.2.4",