You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constconfig=require('10up-toolkit/config/webpack.config.js');constfs=require('fs');// Customize this to the appropriate path to your certificate folderconstcertPath='/Users/youruser/.config/valet';// Check if devServer is in use and if so, modify the cert files usedif(typeofconfig.devServer==='object'){config.devServer.https={key: fs.readFileSync(`${certPath}/Certificates/yoursite.test.key`),cert: fs.readFileSync(`${certPath}/Certificates/yoursite.test.crt`),ca: fs.readFileSync(`${certPath}/CA/LaravelValetCASelfSigned.pem`),}}module.exports=config;
I will open a PR with the changes.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
Fixing syntax error in the README.md of the 10up-toolkit package.
10up-toolkit/packages/toolkit/README.md
Line 293 in 5846b93
Fixed Code:
I will open a PR with the changes.
Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: