-
Hello! I have SSL certificates for the domain, and the domain is linked to my local computer. How can I run my project in the dev version using these SSL certificates? |
Beta Was this translation helpful? Give feedback.
Answered by
Sa1ch
Oct 7, 2024
Replies: 1 comment
-
Figured it out! :) In the server.ts file, you need to add the following:
And replace
with:
Also, make changes to the vite.config.ts file:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sa1ch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out! :)
In the server.ts file, you need to add the following:
And replace
.start()
with:
Also, make changes to the vite.config.ts file: