Skip to content

Commit

Permalink
"start" script invokes stripes serve with --startProxy
Browse files Browse the repository at this point in the history
Fixes UIHAADM-144.
  • Loading branch information
MikeTaylor committed Jan 7, 2025
1 parent bc7a662 commit 9051815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"main": "src/index.js",
"scripts": {
"start": "stripes serve --port 3003 --okapi https://snapshot-dev-okapi.folio-dev.indexdata.com --tenant harvester",
"start": "stripes serve --startProxy --port 3003 --okapi https://snapshot-dev-okapi.folio-dev.indexdata.com --tenant harvester",
"test": "jest",
"minerva3": "stripes serve --port 3004 --okapi https://okapi.gbv.de --tenant minerva3",
"lint": "eslint -f unix .",
Expand Down

0 comments on commit 9051815

Please sign in to comment.