File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- PORT=61234
2- HTTPS=true
31REACT_APP_BACKEND_SPECIFIC_API="https://alpha.opensist.tech/"
Original file line number Diff line number Diff line change 1- PORT=61234
2- HTTPS=true
Original file line number Diff line number Diff line change 1+ PORT=61234
2+ HTTPS=true
Original file line number Diff line number Diff line change 4848 "zod" : " 3.22.4"
4949 },
5050 "scripts" : {
51- "start:alpha" : " dotenv -e env/alpha -- react-scripts start" ,
52- "start:beta" : " dotenv -e env/beta -- react-scripts start" ,
53- "build" : " CI=false react-scripts build"
51+ "start:alpha" : " dotenv -e env/local -e env/alpha -- react-scripts start" ,
52+ "start:beta" : " dotenv -e env/local -e env/beta -- react-scripts start" ,
53+ "build" : " CI=false react-scripts build" ,
54+ "build:alpha" : " dotenv -e env/alpha -- CI=false react-scripts build"
5455 },
5556 "eslintConfig" : {
5657 "extends" : [
You can’t perform that action at this time.
0 commit comments