cmd/packserver: add --fallback-404 arg for Angular-style SPA support

This commit is contained in:
Laurence Withers 2020-02-15 12:31:42 +00:00
commit f70914aa38
4 changed files with 23 additions and 4 deletions

View file

@ -4,5 +4,5 @@ go 1.13
require (
github.com/spf13/cobra v0.0.5
src.lwithers.me.uk/go/htpack v1.1.5
src.lwithers.me.uk/go/htpack v1.2.0
)