Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created February 17, 2025 20:18
Show Gist options
  • Save dontpaniclabsgists/3ca98fb529d479e9bd5b68f8bc817315 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/3ca98fb529d479e9bd5b68f8bc817315 to your computer and use it in GitHub Desktop.
server: {
proxy: {
'^/api': {
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