Skip to content

Commit

Permalink
fix: alinode dist url (#28)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Updated the distribution URL for the Alinode configuration to enhance
reliability and performance.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
JacksonTian authored Nov 12, 2024
1 parent 0106c33 commit bd0e2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
},
alinode: {
installer: AlinodeInstaller,
distUrl: 'http://alinode.aliyun.com/dist/new-alinode',
distUrl: 'https://npmmirror.com/mirrors/alinode',
distMirrorUrl: 'https://npmmirror.com/mirrors/alinode',
},
nsolid: {
Expand Down

0 comments on commit bd0e2c6

Please sign in to comment.