Skip to content

Commit b483eed

Browse files
authored
add example for configureDevServerOptions
1 parent 4110f6e commit b483eed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,10 @@ class Encore {
660660
* ```
661661
* Encore.configureDevServerOptions(function(options) {
662662
* // change the configuration
663-
* options
663+
* options.https = {
664+
* key: '<your SSL cert key content>',
665+
* cert: '<your SSL cert content>',
666+
* };
664667
* });
665668
* ```
666669
*

0 commit comments

Comments
 (0)