feat: Option to serve Bootstrap from the filesystem
All checks were successful
/ pre-commit (push) Successful in 1m7s
All checks were successful
/ pre-commit (push) Successful in 1m7s
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
4b01308125
commit
4ee0345157
8 changed files with 94 additions and 6 deletions
3
Makefile
3
Makefile
|
@ -19,6 +19,9 @@ archive:
|
|||
|
||||
release: build archive
|
||||
|
||||
dependencies:
|
||||
npm install
|
||||
|
||||
test:
|
||||
(cd src \
|
||||
&& go test internal/*.go \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue