Skip to content

Commit

Permalink
chore(examples): cleanup serve command in javascript examples (#5663)
Browse files Browse the repository at this point in the history
Garden does not export these variables
  • Loading branch information
stefreak authored Jan 26, 2024
1 parent 5b7aea4 commit 63f4629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/argocd/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "VUE_APP_HOSTNAME=$GARDEN_VARIABLES_BASE_HOSTNAME vue-cli-service serve --dashboard",
"serve": "vue-cli-service serve --dashboard",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
Expand Down

0 comments on commit 63f4629

Please sign in to comment.