Skip to content

Commit 6d11cfc

Browse files
weaverryanKocal
andauthored
Update frontend/encore/dev-server.rst
Co-authored-by: Hugo Alliaume <[email protected]>
1 parent cd477a6 commit 6d11cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/dev-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ server SSL certificate:
6868
6969
.configureDevServerOptions(options => {
7070
options.https = {
71-
pfx: '/path/to/.symfony/certs/default.p12',
71+
pfx: path.join(process.env.HOME, '.symfony/certs/default.p12'),
7272
}
7373
})
7474

0 commit comments

Comments
 (0)