2022-09-12 16:58:07 +08:00

9 lines
200 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env node
async function start() {
// 如果需要手动修改anonymous_token需要注释generateConfig调用
require('./server').serveNcmApi({
checkVersion: true,
})
}
start()