Skip to content

Commit deba74d

Browse files
committed
Fix catch-all command
1 parent 996a8f6 commit deba74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/ShareCatchAllCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ShareCatchAllCommand extends ShareCommand
1515
{
1616

1717

18-
protected $signature = 'catch-all {host?} {--subdomain=} {--auth=} {--basicAuth=} {--dns=} {--domain=} {--qr} {--qr-code}';
18+
protected $signature = 'catch-all {host?} {--subdomain=} {--auth=} {--basicAuth=} {--dns=} {--domain=} {--prevent-cors} {--no-vite-detection} {--qr} {--qr-code}';
1919

2020
protected $description = 'Share a catch-all site';
2121

0 commit comments

Comments
 (0)