chore: fixes to paste ui
This commit is contained in:
4
Makefile
4
Makefile
@@ -3,7 +3,6 @@ export HTTP_LISTEN=:8085
|
||||
export PASTE_STORE=data/paste/
|
||||
export ARTIFACT_STORE=data/artifact/
|
||||
export IMAGE_STORE=data/image/
|
||||
export CGO_ENABLED=0
|
||||
|
||||
SOURCE=$(wildcard *.go) $(wildcard paste/*.go) $(wildcard assets/*.go)
|
||||
ASSETS=$(wildcard assets/*) $(wildcard assets/public/*) $(wildcard assets/src/*) $(wildcard assets/src/paste/*)
|
||||
@@ -21,8 +20,7 @@ test:
|
||||
go test ./...
|
||||
go vet ./...
|
||||
run: $(BINARY)
|
||||
# go run ./v2
|
||||
./$(BINARY)
|
||||
go run .
|
||||
|
||||
build-assets: $(ASSET_FILE)
|
||||
${ASSET_FILE}: $(ASSETS)
|
||||
|
||||
Reference in New Issue
Block a user