Skip to content

Commit

Permalink
⬆️ hermit: Upgrade servedir to 0.0.3 (#235)
Browse files Browse the repository at this point in the history
Upgrade servedir to 0.0.3 so I can make use of its new feature to
configure it via environment variables. Because my web browser is on a
different machine to where I do development (my server), using
`make serve` does not work for me with the defaults - I want to set the
port and specify `-a`. This has always meant keeping a dirty `Makefile`
around with my parameters on the servedir invocation.

Now I can use `direnv` and put a `.envrc` file in my evy directory that
contains my config for how I want to run servedir and not keep a dirty
Makefile around (I have `.envrc` in my git global ignore since I never
want to commit that).

Pull-Request: #235
  • Loading branch information
camh- authored Jan 7, 2024
1 parent cd0fb92 commit db062ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/servedir

0 comments on commit db062ef

Please sign in to comment.