Created
February 17, 2025 20:19
-
-
Save dontpaniclabsgists/d560486ec1035b64d1caa6769e167554 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