all: cd webui && npm install && npm run build go mod tidy && go build . ./pastebin api ui: cd webui && npm run build api: go build . ./pastebin api