Skip to content

Commit

Permalink
add example for configureDevServerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored Feb 13, 2020
1 parent 4110f6e commit b483eed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,10 @@ class Encore {
* ```
* Encore.configureDevServerOptions(function(options) {
* // change the configuration
* options
* options.https = {
* key: '<your SSL cert key content>',
* cert: '<your SSL cert content>',
* };
* });
* ```
*
Expand Down

0 comments on commit b483eed

Please sign in to comment.