chore(web): build with API URL

This commit is contained in:
Ali BARIN
2024-03-01 11:30:16 +00:00
parent b592092923
commit 917de46c45

View File

@@ -48,7 +48,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"prepack": "REACT_APP_GRAPHQL_URL=/graphql yarn build"
"prepack": "REACT_APP_GRAPHQL_URL=/graphql REACT_APP_REST_API_URL=/api yarn build"
},
"files": [
"/build"