Skip to content

Commit

Permalink
fix: update the ont en acc scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Jul 26, 2023
1 parent 049be3d commit 6118725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"keywords": [],
"scripts": {
"dev": "next dev -p 3000",
"development-env": "STRAPI_BACKEND_URL=https://pdc-api.cg-intern.ont.utrecht.nl/graphql next dev -p 9000",
"acceptance-env": "STRAPI_BACKEND_URL=https://pdc-api.cg-intern.acc.utrecht.nl/graphql next dev -p 8000",
"development-env": "STRAPI_BACKEND_URL=https://pdc-api.cg-intern.ont.utrecht.nl/graphql STRAPI_UPLOAD_PROVIDER_HOSTNAME=pdc-api.cg-intern.ont.utrecht.nl next dev -p 9000",
"acceptance-env": "STRAPI_BACKEND_URL=https://pdc-api.cg-intern.acc.utrecht.nl/graphql STRAPI_UPLOAD_PROVIDER_HOSTNAME=pdc-api.cg-intern.acc.utrecht.nl next dev -p 8000",
"prebuild": "npm run clean",
"clean": "rimraf build .next",
"build": "next build",
Expand Down

0 comments on commit 6118725

Please sign in to comment.