refactor: rename ws-server command and update configuration

This commit is contained in:
xboard
2026-03-15 10:57:21 +08:00
parent 98a4964c7c
commit 199c146672
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ use Workerman\Worker;
class NodeWebSocketServer extends Command
{
protected $signature = 'xboard:ws-server
protected $signature = 'ws-server
{action=start : start | stop | restart | reload | status}
{--d : Start in daemon mode}
{--host=0.0.0.0 : Listen address}