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
We have known there are two tips when setting up the frontend.
diff --git a/vue.config.js b/vue.config.js index 7975f13..0c5fdb6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,7 +4,7 @@ module.exports = { disableHostCheck: true, proxy: { '/server': { - target: 'https://staging.disfactory.tw', + target: 'http://localhost:8888', changeOrigin: true,
The text was updated successfully, but these errors were encountered:
here are some texts to start with https://hackmd.io/-EOhL-GdQMuZYQzGEx4AnQ
Sorry, something went wrong.
#49 is landed. The README update is a must for alpha now.
需要切分成更細緻的工作項目以利追蹤
Next step:
This issue is too big. Let us redefine it to see if we want to close it or track with the other issues.
tai271828
No branches or pull requests
We have known there are two tips when setting up the frontend.
The text was updated successfully, but these errors were encountered: