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
lockファイル的なやつ = npmのpackage-lock.json、rustのCargo.lock
package-lock.json
Cargo.lock
マルチ環境で一人がmodを選定したあと、他のメンバーに厳密に同じファイルをダウンロードしてもらう
{ "installed": [ { "registry": "curseforge", "addonId": 1394, "fileId": 13049 }, { "registry": "curseforge", "addonId": 203948, "fileId": 2039458 }, { "registry": "curseforge", "addonId": 23945, "fileId": 34958 } ] }
The text was updated successfully, but these errors were encountered:
shosatojp
Successfully merging a pull request may close this issue.
lockファイル的なやつ = npmの
package-lock.json
、rustのCargo.lock
用途
マルチ環境で一人がmodを選定したあと、他のメンバーに厳密に同じファイルをダウンロードしてもらう
lockファイル案
The text was updated successfully, but these errors were encountered: