mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 00:15:11 +01:00
fix (build): broken build after refactoring
This commit is contained in:
parent
b4572be6e9
commit
bdc576a8a1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ build_frontend:
|
|||
NODE_ENV=production npm run build
|
||||
|
||||
build_backend:
|
||||
CGO_ENABLED=0 go build -ldflags="-extldflags=-static" -mod=vendor --tags "fts5" -o dist/filestash server/main.go
|
||||
CGO_ENABLED=0 go build -ldflags="-extldflags=-static" -mod=vendor --tags "fts5" -o dist/filestash main.go
|
||||
|
||||
clean_frontend:
|
||||
rm -rf server/ctrl/static/www/
|
||||
|
|
|
|||
Loading…
Reference in a new issue