Created
February 17, 2025 20:18
-
-
Save dontpaniclabsgists/3ca98fb529d479e9bd5b68f8bc817315 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: { | |
'^/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