Allowing proxying for secure cookies.

This commit is contained in:
2022-04-09 18:28:59 -05:00
parent 450fcfeb5a
commit 8e1ead37e6
4 changed files with 5 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
},
"scripts": {
"start": "NODE_ENV='development' REACT_APP_API_HOST='http://localhost:5000' react-scripts start",
"build": "../scripts/build.py",
"build": "python3 ../scripts/build.py",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
@@ -44,4 +44,4 @@
"eslint": "^8.12.0",
"eslint-plugin-react": "^7.29.4"
}
}
}