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
cp -r web/dist api/dist 这行代码现在运行会出现错误,原因是在克隆下来的代码里的web文件夹下没有dist文件夹。自己创建就可以。
cp -r web/dist api/dist
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cp -r web/dist api/dist
这行代码现在运行会出现错误,原因是在克隆下来的代码里的web文件夹下没有dist文件夹。自己创建就可以。
The text was updated successfully, but these errors were encountered: