squidGame/tgx-games-server/scripts/dev.js

9 lines
307 B
JavaScript
Raw Permalink 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.

const chalk = 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')}
`);