Commit cacc2dda authored by syadziy's avatar syadziy

update envi fix

parent 1a04fac7
// contents of .env // contents of .env
REACT_APP_URL_MAIN_BE=http://localhost:8080/tia-reporting REACT_APP_URL_MAIN_BE=https://tia.eksad.com/tia-reporting
REACT_APP_URL_MAIN_FE=/web REACT_APP_URL_MAIN_FE=/web
\ No newline at end of file
// contents of .env
REACT_APP_URL_MAIN_BE=https://tia.eksad.com/tia-reporting
REACT_APP_URL_MAIN_FE=/web
\ No newline at end of file
// contents of .env // contents of .env
REACT_APP_URL_MAIN_BE=http://localhost:8080/tia-reporting REACT_APP_URL_MAIN_BE=https://dashboard.triputra-group.com/tia-reporting
REACT_APP_URL_MAIN_FE=/web REACT_APP_URL_MAIN_FE=/web
\ No newline at end of file
...@@ -53,17 +53,15 @@ ...@@ -53,17 +53,15 @@
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts --max_old_space_size=8192 build", "build": "react-scripts --max_old_space_size=8192 build",
"build_dev": "copy .env_dev .env && react-scripts --max_old_space_size=8192 build", "build_dev": "copy .env_dev .env && react-scripts --max_old_space_size=8192 build",
"build_dev_linux": "cp .env_dev .env && react-scripts --max_old_space_size=8192 build",
"build_prod": "copy .env_prod .env && react-scripts --max_old_space_size=8192 build", "build_prod": "copy .env_prod .env && react-scripts --max_old_space_size=8192 build",
"build_dev_linux": "cp .env_dev .env && react-scripts --max_old_space_size=8192 build",
"build_prod_linux": "cp .env_prod .env && react-scripts --max_old_space_size=8192 build", "build_prod_linux": "cp .env_prod .env && react-scripts --max_old_space_size=8192 build",
"local": "copy .env_local .env && react-scripts start", "test": "react-scripts test",
"local_linux": "cp .env_local .env && react-scripts start", "eject": "react-scripts eject",
"dev": "copy .env_dev .env && react-scripts start", "dev": "copy .env_dev .env && react-scripts start",
"dev_linux": "cp .env_dev .env && react-scripts start",
"prod": "copy .env_prod .env && react-scripts start", "prod": "copy .env_prod .env && react-scripts start",
"prod_linux": "cp .env_prod .env && react-scripts start", "dev_linux": "cp .env_dev .env && react-scripts start",
"test": "react-scripts test", "prod_linux": "cp .env_prod .env && react-scripts start"
"eject": "react-scripts eject"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "react-app" "extends": "react-app"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment