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 2e901d0 commit 9c74e62Copy full SHA for 9c74e62
src/content/docs/en/guides/environment-variables.mdx
@@ -96,7 +96,7 @@ This allows you to run the dev server or build your site connecting to different
96
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
0 commit comments