Skip to content

Commit 0655af3

Browse files
committed
add alias name for dev:server
1 parent 52aa9a1 commit 0655af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuiltIn/DevServerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class DevServerCommand extends Command
2222

2323
public static function aliases(): array
2424
{
25-
return ['dev-server'];
25+
return ['devServer', 'dev-server'];
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)