We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when running dev mode, we have to manually redirect port 3000 to 443 using something like
npx local-ssl-proxy --source 443 --target 3000
For us to run the website in custom local domain and avoid CORS error. Read more about cors
We want to automatically redirect port 3000 to 433 when running
yarn run dev
You can check the setup at website-my for reference
If you face any problem please message in #🔮goals-site-vue
The text was updated successfully, but these errors were encountered:
hey @pallabez can you assign this it to me?? i will try to do it before this sunday.
Sorry, something went wrong.
No branches or pull requests
Currently when running dev mode, we have to manually redirect port 3000 to 443 using something like
For us to run the website in custom local domain and avoid CORS error. Read more about cors
We want to automatically redirect port 3000 to 433 when running
You can check the setup at website-my for reference
The text was updated successfully, but these errors were encountered: