Skip to content

Commit 793b853

Browse files
authored
fix(dev): add support for dev-server context (#438)
Related issue: netlify/cli#7585
1 parent 64b4fb4 commit 793b853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/src/lib/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type EnvironmentVariableSource = 'account' | 'addons' | 'configFile' | 'g
88
* These all match possible `context` values returned by the Envelope API.
99
* Note that a user may also specify a branch name with the special `branch:my-branch-name` format.
1010
*/
11-
export const SUPPORTED_CONTEXTS = ['all', 'production', 'deploy-preview', 'branch-deploy', 'dev'] as const
11+
export const SUPPORTED_CONTEXTS = ['all', 'production', 'deploy-preview', 'branch-deploy', 'dev', 'dev-server'] as const
1212

1313
/**
1414
* Additional aliases for the user-provided env `context` option.

0 commit comments

Comments
 (0)