Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Aug 29, 2024
1 parent fa87b09 commit f275f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/chii.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ program.version(version);
program
.command('start')
.description('starts chii server')
.option('-p, --port <port>', 'set the port to start on. defaults to 3000', parseInt)
.option('-p, --port <port>', 'set the port to start on. defaults to 8080', parseInt)
.option('-h, --host <host>', 'set the host. defaults to 0.0.0.0')
.option('-d, --domain <domain>', 'set the domain. defaults to localhost:port')
.option('--base-path <basePath>', 'set base path. defaults to /')
Expand Down

0 comments on commit f275f4d

Please sign in to comment.