Commit 0fb4b0a2 authored by syadziy's avatar syadziy

update environtment

parent 72c907e1
// contents of .env
REACT_APP_URL_MAIN_BE=https://tia.eksad.com/tia-reporting-demo
REACT_APP_URL_MAIN_FE=/tia-web-demo
\ No newline at end of file
// contents of .env // contents of .env
REACT_APP_URL_MAIN_BE=https://tia.eksad.com/tia-reporting-dev REACT_APP_URL_MAIN_BE=https://tia.eksad.com/tia-reporting
REACT_APP_URL_MAIN_FE=/tia-web-dev REACT_APP_URL_MAIN_FE=/web
\ No newline at end of file
"cpy_file_build_windows" : "robocopy E:\tia-web\src\tia-dev\src E:\tia-web\src /e",
"cpy_sya_bundar": "public, build, package, packaglock, src to src"
\ No newline at end of file
{ {
"name": "my-app", "name": "my-app",
"version": "0.1.0", "version": "0.1.0",
"homepage": "http://localhost:8080/tia-web-dev/", "homepage": "http://localhost:8080/web/",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@date-io/date-fns": "^1.3.13", "@date-io/date-fns": "^1.3.13",
...@@ -53,19 +53,15 @@ ...@@ -53,19 +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_demo": "copy .env_demo .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_dev_linux": "cp .env_dev .env && react-scripts --max_old_space_size=8192 build",
"build_demo_linux": "cp .env_demo .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",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"tia_dev": "copy .env_dev .env && react-scripts start", "dev": "copy .env_dev .env && react-scripts start",
"tia_demo": "copy .env_demo .env && react-scripts start", "prod": "copy .env_prod .env && react-scripts start",
"tia_prod": "copy .env_prod .env && react-scripts start", "dev_linux": "cp .env_dev .env && react-scripts start",
"tia_dev_linux": "cp .env_dev .env && react-scripts start", "prod_linux": "cp .env_prod .env && react-scripts start"
"tia_demo_linux": "cp .env_demo .env && react-scripts start",
"tia_prod_linux": "cp .env_prod .env && react-scripts start"
}, },
"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