Created
February 17, 2025 20:14
-
-
Save dontpaniclabsgists/9a04e752d36be697f322121b9aebe1f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server: { | |
proxy: { | |
'^/weatherforecast': { | |
target, | |
secure: false | |
} | |
}, | |
port: 61402, | |
https: { | |
key: fs.readFileSync(keyFilePath), | |
cert: fs.readFileSync(certFilePath), | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment