Skip to content

v0.4.3

Compare
Choose a tag to compare
@lukeed lukeed released this 01 Jun 03:18

Patches

  • (sirv-cli): Add missing --host flag to change hostname (#29): 210302e

  • (sirv-cli): Add missing support for PORT and HOST environment variables: 04ea942

    $ PORT=3000 sirv public
    $ HOST=0.0.0.0 sirv public
    $ sirv public --host 10.0.0.1

Chores