PR-353330: updating packages and updating redux dev tools.

This commit is contained in:
2022-09-02 20:05:45 +00:00
parent 6571b99b5a
commit a0c7638c32
4 changed files with 52 additions and 46 deletions

View File

@ -6,6 +6,6 @@ export const config = {
export const deFaultValues = {
ENV: 'production',
PORT: 80,
PORT: 3000,
PUBLIC_URL: '/',
}