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.
constchalk=require('chalk');
// console.log(`
${chalk.bold.green('---------- 启动命令 ----------')}
启动MasterServer:${chalk.cyan('npm run dev:master')}
启动WorldServer:${chalk.cyan('npm run dev:world')}
分布式测试,再启动一个WorldServer:${chalk.cyan('npm run dev:world2')}