PBI-11: Menambahkan data donasi barang pada program
This diff is collapsed.
... | ... | @@ -15,7 +15,7 @@ |
"caniuse-lite": "^1.0.30001161", | ||
"downloadjs": "^1.4.7", | ||
"jquery": "^3.5.0", | ||
"moment": "^2.26.0", | ||
"moment": "^2.29.1", | ||
"moment-timezone": "^0.5.28", | ||
"node-fetch": "^2.6.1", | ||
"popper.js": "^1.16.1", | ||
... | ... | @@ -31,7 +31,7 @@ |
"reactstrap": "^8.9.0" | ||
}, | ||
"scripts": { | ||
"start": "cross-env REACT_APP_BASE_URL=$(grep REACT_APP_BASE_URL .env_var | cut -d '=' -f2) parcel public/index.html", | ||
"start": "cross-env REACT_APP_BASE_URL=http://localhost:8000 parcel public/index.html", | ||
"build": "cross-env REACT_APP_BASE_URL=$(grep REACT_APP_BASE_URL .env_var | cut -d '=' -f2) parcel build public/index.html", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
... | ... |
Please register or sign in to comment