Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created February 17, 2025 20:14
Show Gist options
  • Save dontpaniclabsgists/9a04e752d36be697f322121b9aebe1f5 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/9a04e752d36be697f322121b9aebe1f5 to your computer and use it in GitHub Desktop.
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