We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e5cf8 commit f91d6e8Copy full SHA for f91d6e8
src/content/docs/en/guides/environment-variables.mdx
@@ -93,13 +93,13 @@ This allows you to run the dev server or build your site connecting to different
93
<Fragment slot="npm">
94
```shell
95
# Run the dev server connected to a "staging" API
96
- npm run astro dev -- --mode staging
+ npm run astro dev --mode staging
97
98
# Build a site that connects to a "production" API with additional debug information
99
- npm run astro build -- --devOutput
+ npm run astro build --devOutput
100
101
# Build a site that connects to a "testing" API
102
- npm run astro build -- --mode testing
+ npm run astro build --mode testing
103
```
104
</Fragment>
105
<Fragment slot="pnpm">
0 commit comments