Bring over my little window 'shut up errors' hack.

master
Zed A. Shaw 1 month ago
parent e1dc8b8964
commit 8cc7d33d96
  1. 6
      Makefile
  2. 1
      tools/restart.ps1

@ -5,7 +5,11 @@ ifeq '$(OS)' 'Windows_NT'
endif
all: build
curl http://127.0.0.1:9999/webapp
ifeq '$(OS)' 'Windows_NT'
powershell -ExecutionPolicy bypass "./tools/restart.ps1"
else
curl http://127.0.0.1:9999/webapp || true
endif
build:
go build .

@ -0,0 +1 @@
curl http://127.0.0.1:9999/webapp *> $null
Loading…
Cancel
Save