Skip to content

Commit

Permalink
make serve flag experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzraho committed Nov 23, 2020
1 parent 7fdd3b4 commit 422349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/app/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Run.flags = {
exclusive: ['skip-actions']
}),
serve: flags.boolean({
description: 'start frontend server',
description: 'start frontend server (experimental)',
default: true,
allowNo: true
}),
Expand Down

0 comments on commit 422349b

Please sign in to comment.