Skip to content

Commit

Permalink
fix: setup boltwall local endpoint for E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Feb 22, 2024
1 parent 6bdadf9 commit 355c0b5
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 @@ -68,7 +68,7 @@
},
"scripts": {
"start": "vite --port 3000",
"start-e2e": "VITE_APP_IS_E2E=true vite --host --port 3000",
"start-e2e": "VITE_APP_IS_E2E=true VITE_APP_API_URL=http://localhost:8444/api vite --host --port 3000",
"dev-tribe": "vite --port 3004",
"build": "tsc && vite build",
"build-docker": "tsc && vite build",
Expand Down

0 comments on commit 355c0b5

Please sign in to comment.