Skip to content

Commit

Permalink
Update serve.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Dec 12, 2023
1 parent 0c1c6b3 commit 5480ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ionic/cli/src/lib/project/angular/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The dev server can use HTTPS via the ${input('--ssl')} option ${chalk.bold.red('
name: 'ssl',
summary: 'Use HTTPS for the dev server',
type: Boolean,
groups: [MetadataGroup.DEPRECATED, 'cordova'],
groups: [MetadataGroup.EXPERIMENTAL, 'cordova'],
hint: weak('[ng]'),
},
{
Expand Down

0 comments on commit 5480ba2

Please sign in to comment.